💚 Archive javadoc in binary stage
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 2 Jan 2025 21:48:45 +0000 (22:48 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 2 Jan 2025 21:55:38 +0000 (22:55 +0100)
Jenkinsfile

index 29fc553..1cf616f 100644 (file)
@@ -35,6 +35,7 @@ pipeline {
             steps {
                 sh './mvnw -DskipTests=true package'
                 archiveArtifacts artifacts: 'target/jFCPlib-*.jar', fingerprint: true
+                javadoc javadocDir: 'target/apidocs', keepAll: true
             }
         }
         stage('Compatibility (Java 17)') {