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 0f6d55d commit 0c17ea5Copy full SHA for 0c17ea5
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
with:
35
publish: false
36
java-version: ${{ matrix.java.version }}
37
+ java-early-access: ${{ matrix.java.early-access || 'false' }}
38
java-distribution: ${{ matrix.java.distribution || 'liberica' }}
39
java-toolchain: ${{ matrix.java.toolchain }}
40
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
0 commit comments