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 e9af63c commit e82e1beCopy full SHA for e82e1be
Samples/SwiftJavaExtractJNISampleApp/ci-validate.sh
@@ -3,7 +3,8 @@
3
set -x
4
set -e
5
6
-./gradlew -h # force fetching gradle wrapper (debugging CI gradlew issues)
+// FIXME: debugging CI issue; test gradle command by itself
7
+/Users/runner/actions-runner/_work/swift-java/swift-java/gradlew :SwiftKitCore:build -p /Users/runner/actions-runner/_work/swift-java/swift-java/ --configure-on-demand --no-daemon
8
9
swift build --disable-experimental-prebuilts --disable-sandbox --verbose # FIXME: until prebuilt swift-syntax isn't broken on 6.2 anymore: https://github.com/swiftlang/swift-java/issues/418
10
0 commit comments