We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35540c4 commit 62d8786Copy full SHA for 62d8786
Samples/JavaKitSampleApp/ci-validate.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
3
swift build
4
-java -cp .build/plugins/outputs/javakitsampleapp/JavaKitExample/destination/JavaCompilerPlugin/Java -Djava.library.path=.build/debug com.example.swift.JavaKitSampleMain
+$JAVA_HOME/bin/java -cp .build/plugins/outputs/javakitsampleapp/JavaKitExample/destination/JavaCompilerPlugin/Java -Djava.library.path=.build/debug com.example.swift.JavaKitSampleMain
0 commit comments