We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcb16b commit 0e69007Copy full SHA for 0e69007
build.gradle
@@ -21,7 +21,6 @@ buildscript {
21
22
plugins {
23
id 'me.champeau.buildscan-recipes' version '0.2.3'
24
- id 'nu.studer.credentials' version '2.2'
25
id 'org.hibernate.build.xjc' version '2.0.1' apply false
26
id 'biz.aQute.bnd' version '5.1.1' apply false
27
}
ci/release/Jenkinsfile
@@ -65,7 +65,7 @@ pipeline {
65
cron('0 0 * * 0')
66
67
tools {
68
- jdk 'OpenJDK 8 Latest'
+ jdk 'OpenJDK 11 Latest'
69
70
options {
71
buildDiscarder logRotator(daysToKeepStr: '30', numToKeepStr: '10')
0 commit comments