Skip to content

Commit d81c735

Browse files
committed
make sure we have JAVA_HOME/bin on the PATH in validation
1 parent 088d322 commit d81c735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Samples/SwiftAndJavaJarSampleLib/ci-validate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
set -e
44
set -x
55

6+
export PATH="${PATH}:${JAVA_HOME}/bin"
7+
68
./gradlew jar
79

810
# check if we can compile a plain Example file that uses the generated Java bindings that should be in the generated jar

0 commit comments

Comments
 (0)