You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/05/22 15:39:38 UTC

[plc4x] branch develop updated: - Maually pass in a java.version property ...

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 85d6c06  - Maually pass in a java.version property ...
85d6c06 is described below

commit 85d6c06d9e22ec7ec3ac21c0aa7d8ec743ba2fe0
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri May 22 17:39:31 2020 +0200

    - Maually pass in a java.version property ...
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5474180..7e5d51a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -175,7 +175,7 @@ pipeline {
                 sh 'java --version'
                 sh 'mvn --version'
                 //sh 'mvn -P${JENKINS_PROFILE},skip-prerequisite-check,with-proxies,with-logstash site'
-                sh './mvnw -P${JENKINS_PROFILE},skip-prerequisite-check,with-logstash site -X -pl .'
+                sh './mvnw -Djava.version=1.8 -P${JENKINS_PROFILE},skip-prerequisite-check,with-logstash site -X -pl .'
             }
         }