Skip to content

Commit

Permalink
Fix Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed May 14, 2024
1 parent 98f0582 commit 8dbdffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {

steps {
sh './gradlew javadoc'
step([$class: 'JavadocArchiver', javadocDir: 'build/docs/javadoc', keepAll: false])
step([$class: 'JavadocArchiver', javadocDir: 'protocol/build/docs/javadoc', keepAll: false])
}
}
}
Expand Down

0 comments on commit 8dbdffc

Please sign in to comment.