diff --git a/Jenkinsfile b/Jenkinsfile index 5383ecd..8e3a24b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,6 @@ pipeline { steps { sh "./gradlew clean build" junit testResults: "build/test-results/test/*.xml" - javadoc javadocDir: "build/docs/javadoc", keepAll: true archiveArtifacts artifacts: 'build/libs/*.jar,benchmark/build/libs/*.jar', allowEmptyArchive: true, fingerprint: true,