We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25002d commit 7350d5fCopy full SHA for 7350d5f
.github/workflows/ci.yml
@@ -21,6 +21,10 @@ concurrency:
21
jobs:
22
build:
23
uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
24
+ with:
25
+ java_version: |
26
+ 25
27
+ 21
28
secrets:
29
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
30
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments