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 bda49bc commit 521ca55Copy full SHA for 521ca55
.github/workflows/gradle.yml
@@ -47,19 +47,6 @@ jobs:
47
- name: Do one Coveralls test report
48
if: matrix.os == 'ubuntu-latest' && matrix.jdk == 21
49
run: ./gradlew -Dprofile=release jacocoTestReport coveralls
50
- javadoc:
51
- needs: [build]
52
- runs-on: ubuntu-latest
53
- steps:
54
- - uses: actions/checkout@v4
55
- - name: Set up openJDK version
56
- uses: actions/setup-java@v4
57
- with:
58
- java-version: 21
59
- distribution: 'zulu'
60
- - name: Install Dependencies
61
- run: npm install -g ro-crate-html-js
62
- - name: Setup Gradle
63
- uses: gradle/actions/setup-gradle@v4
64
- name: Compile Javadoc
+ if: matrix.os == 'ubuntu-latest' && matrix.jdk == 21
65
run: ./gradlew javadoc
0 commit comments