Skip to content

Commit 8dbdffc

Browse files
committed
Fix Javadocs
1 parent 98f0582 commit 8dbdffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline {
2020

2121
steps {
2222
sh './gradlew javadoc'
23-
step([$class: 'JavadocArchiver', javadocDir: 'build/docs/javadoc', keepAll: false])
23+
step([$class: 'JavadocArchiver', javadocDir: 'protocol/build/docs/javadoc', keepAll: false])
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)