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 088d322 commit d81c735Copy full SHA for d81c735
Samples/SwiftAndJavaJarSampleLib/ci-validate.sh
@@ -3,6 +3,8 @@
3
set -e
4
set -x
5
6
+export PATH="${PATH}:${JAVA_HOME}/bin"
7
+
8
./gradlew jar
9
10
# 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