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 6f6cfdd commit 9524413Copy full SHA for 9524413
.github/.java-version
@@ -0,0 +1 @@
1
+21
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-java@v4
22
with:
23
distribution: 'zulu'
24
- java-version: 21
+ java-version-file: .github/.java-version
25
26
- run: ./gradlew build dokkaHtml
27
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
- name: Build and publish artifacts
env:
0 commit comments