Skip to content

Commit

Permalink
changed jdk to openjdk in jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schneider <johannes.schneider@bosch-si.com>
  • Loading branch information
Johannes Schneider committed Nov 14, 2019
1 parent 2499885 commit 3794152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -12,7 +12,7 @@ node {
stage('Build') {
withMaven(
maven: 'maven-3.6.0',
jdk: 'JDK11_0_5',
jdk: 'JDK11-OpenJDK',
mavenLocalRepo: theMvnRepo) {

sh "mvn clean deploy source:jar" +
Expand Down

0 comments on commit 3794152

Please sign in to comment.