You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2018/10/26 08:23:41 UTC

[camel-k] 02/02: set the kotlin home

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 86d1a2ec0cd4ab015ef94c487d425217001a9e32
Author: nferraro <ni...@gmail.com>
AuthorDate: Fri Oct 26 10:19:12 2018 +0200

    set the kotlin home
---
 build/travis_build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build/travis_build.sh b/build/travis_build.sh
index 2910c3d..83e5d12 100755
--- a/build/travis_build.sh
+++ b/build/travis_build.sh
@@ -2,6 +2,10 @@
 
 set -e
 
+# Find the JAVA_HOME and set the KOTLIN_JDK_HOME
+echo "Java home: $JAVA_HOME"
+export KOTLIN_JDK_HOME=$JAVA_HOME
+
 # First build the whole project
 make