diff --git a/Jenkinsfile b/Jenkinsfile index a8d4d64..798281d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { stage("Build & Deploy SNAPSHOT") { agent { docker { - image 'maven:3.6.3-openjdk-11' + image 'maven:3.6.3-openjdk-15' args '-v $HOME:/var/maven' reuseNode true } @@ -44,7 +44,7 @@ pipeline { stage("Release") { agent { docker { - image 'maven:3.6.3-openjdk-11' + image 'maven:3.6.3-openjdk-15' args '-v $HOME:/var/maven' reuseNode true } diff --git a/pom.xml b/pom.xml index 474a4de..3a7172f 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ 1.0-SNAPSHOT UTF-8 - 11 - 11 + 15 + 15 @@ -26,12 +26,12 @@ org.openjfx javafx-controls - 13 + 15 org.openjfx javafx-fxml - 13 + 15 it.tdlight @@ -46,7 +46,7 @@ maven-compiler-plugin 3.8.0 - 11 + 15 @@ -116,7 +116,7 @@ - 11 + 15 preferJre 256