File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ concurrency:
2121jobs :
2222 build :
2323 uses : openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
24+ with :
25+ java_version : |
26+ 25
27+ 21
2428 secrets :
2529 gradle_enterprise_access_key : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
2630 sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ concurrency:
1414jobs :
1515 release :
1616 uses : openrewrite/gh-automation/.github/workflows/publish-gradle.yml@main
17+ with :
18+ java_version : |
19+ 25
20+ 21
1721 secrets :
1822 gradle_enterprise_access_key : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
1923 sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ concurrency:
1515jobs :
1616 upload-patch :
1717 uses : openrewrite/gh-automation/.github/workflows/receive-pr.yml@main
18+ with :
19+ java_version : |
20+ 25
21+ 21
You can’t perform that action at this time.
0 commit comments