actually fixed javadoc

This commit is contained in:
Tschipp 2021-12-23 23:39:20 +01:00
parent a6efe11226
commit aadba7fdc5

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@
pipeline {
agent any
tools {
jdk "jdk-16.0.1+9"
jdk "jdk8u292-b10"
}
stages {
stage('Clean') {