Skip to content

Commit 0e69007

Browse files
committed
fixes for 5.6 javadoc generation
1 parent efcb16b commit 0e69007

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ buildscript {
2121

2222
plugins {
2323
id 'me.champeau.buildscan-recipes' version '0.2.3'
24-
id 'nu.studer.credentials' version '2.2'
2524
id 'org.hibernate.build.xjc' version '2.0.1' apply false
2625
id 'biz.aQute.bnd' version '5.1.1' apply false
2726
}

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pipeline {
6565
cron('0 0 * * 0')
6666
}
6767
tools {
68-
jdk 'OpenJDK 8 Latest'
68+
jdk 'OpenJDK 11 Latest'
6969
}
7070
options {
7171
buildDiscarder logRotator(daysToKeepStr: '30', numToKeepStr: '10')

0 commit comments

Comments
 (0)