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:
21
21
jobs :
22
22
build :
23
23
uses : openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
24
+ with :
25
+ java_version : |
26
+ 25
27
+ 21
24
28
secrets :
25
29
gradle_enterprise_access_key : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
26
30
sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ concurrency:
14
14
jobs :
15
15
release :
16
16
uses : openrewrite/gh-automation/.github/workflows/publish-gradle.yml@main
17
+ with :
18
+ java_version : |
19
+ 25
20
+ 21
17
21
secrets :
18
22
gradle_enterprise_access_key : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
19
23
sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ concurrency:
15
15
jobs :
16
16
upload-patch :
17
17
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