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 03f27a6 commit db37950Copy full SHA for db37950
Samples/SwiftJavaExtractJNISampleApp/ci-validate.sh
@@ -4,7 +4,9 @@ set -x
4
set -e
5
6
# GitHub Actions workaround; We seem to be hitting gradle wrapper download issues, and this attempts to workaround them
7
-export GRADLE_USER_HOME="$(pwd)/.build/plugins/outputs/swiftjavaextractjnisampleapp/MySwiftLibrary/destination/JExtractSwiftPlugin/gradle-user-home"
+./gradlew -h
8
+
9
+GRADLE_USER_HOME="$(pwd)/.build/plugins/outputs/swiftjavaextractjnisampleapp/MySwiftLibrary/destination/JExtractSwiftPlugin/gradle-user-home"
10
if [ -d "$HOME/.gradle" ] ; then
11
echo "COPY $HOME/.gradle to $GRADLE_USER_HOME"
12
mkdir -p "$GRADLE_USER_HOME"
0 commit comments