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 010db5e commit b3aa62fCopy full SHA for b3aa62f
Samples/JavaDependencySampleApp/ci-validate.sh
@@ -4,15 +4,15 @@ set -e
4
set -x
5
6
# invoke resolve as part of a build run
7
-swift run \
+swift build -v \
8
--disable-experimental-prebuilts \
9
--disable-sandbox
10
11
# explicitly invoke resolve without explicit path or dependency
12
# the dependencies should be uses from the --swift-module
13
14
# FIXME: until prebuilt swift-syntax isn't broken on 6.2 anymore: https://github.com/swiftlang/swift-java/issues/418
15
+swift run -v \
16
17
swift-java resolve \
18
Sources/JavaCommonsCSV/swift-java.config \
0 commit comments