added JPMS support

This commit is contained in:
2021-09-26 09:50:49 +02:00
parent 9dda0b313b
commit 71dd8c60fe
7 changed files with 137 additions and 5 deletions

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline {
steps {
sh "./gradlew clean build"
junit testResults: "build/test-results/test/*.xml"
javadoc javadocDir: "build/docs/javadoc"
javadoc javadocDir: "build/docs/javadoc", keepAll: true
archiveArtifacts artifacts: 'build/libs/*.jar,benchmark/build/libs/*.jar',
allowEmptyArchive: true,
fingerprint: true,