Skip to content

Commit

Permalink
Delete javadoc index page not used since 95c7317
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Apr 13, 2023
1 parent e0d38cc commit b025cdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
name: test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-xml
path: "*/build/test-results/**/*.xml"

- name: Build JavaDoc
run: ./gradlew assembleJavadoc
- name: Build archives
run: ./gradlew assemble

publish-test-results:
name: Publish test results
Expand Down
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ allprojects {
evaluationDependsOnChildren()
}

task assembleJavadoc(type: Sync) {
from("docs/index.html") {
expand project.properties
}
destinationDir = file("${rootProject.buildDir}/javadoc")
}

subprojects { project ->
tasks.withType(JavaCompile) {
options.compilerArgs += '-Xlint:unchecked'
Expand Down
15 changes: 0 additions & 15 deletions docs/index.html

This file was deleted.

0 comments on commit b025cdc

Please sign in to comment.