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 af3920b commit 4b1ebf8Copy full SHA for 4b1ebf8
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/setup-java@v3
16
with:
17
java-version: 11
18
+ distribution: 'adopt'
19
- name: Build with Gradle
20
run: ./gradlew build
21
- name: Upload jar to release
0 commit comments