Skip to content

Commit 521ca55

Browse files
committed
fix: remove unnecessary Javadoc build step from CI configuration
1 parent bda49bc commit 521ca55

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,6 @@ jobs:
4747
- name: Do one Coveralls test report
4848
if: matrix.os == 'ubuntu-latest' && matrix.jdk == 21
4949
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
6450
- name: Compile Javadoc
51+
if: matrix.os == 'ubuntu-latest' && matrix.jdk == 21
6552
run: ./gradlew javadoc

0 commit comments

Comments
 (0)