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 ea5bc0b commit 48dac67Copy full SHA for 48dac67
.github/workflows/build.yml
@@ -14,6 +14,7 @@ jobs:
14
- name: Set up JDK 1.8
15
uses: actions/setup-java@v3
16
with:
17
+ distribution: temurin
18
java-version: 8
19
- name: Grant execute permission for gradlew
20
run: chmod +x gradlew
@@ -54,6 +55,7 @@ jobs:
54
55
56
57
58
59
60
# - name: Build with Gradle
61
# run: .\gradlew.bat build -x dokkaHtml -x dokkaHtmlJar
@@ -78,6 +80,7 @@ jobs:
78
80
79
81
82
83
84
85
86
0 commit comments