We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02882ef commit 65f7be8Copy full SHA for 65f7be8
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ concurrency:
21
jobs:
22
build:
23
uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
24
+ with:
25
+ java_version: 21
26
secrets:
27
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
28
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments