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 82943ca commit 2af06a1Copy full SHA for 2af06a1
.github/workflows/check.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Java
16
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
17
with:
18
- distribution: 'adopt'
+ distribution: 'temurin'
19
java-version: '8'
20
- name: Check
21
- run: ./gradlew check javadoc
+ run: ./gradlew check javadoc
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Publish to Maven Central
env:
0 commit comments