We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc19a4e commit f2cc298Copy full SHA for f2cc298
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/setup-java@v3
16
with:
17
java-version: '17'
18
+ distribution: 'corretto'
19
20
- name: Build with Gradle
21
run: ./gradlew build
0 commit comments