File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44set -x
55
66# invoke resolve as part of a build run
7- swift build -v \
7+ swift build \
88 --disable-experimental-prebuilts \
99 --disable-sandbox
1010
1111# explicitly invoke resolve without explicit path or dependency
1212# the dependencies should be uses from the --swift-module
1313
1414# FIXME: until prebuilt swift-syntax isn't broken on 6.2 anymore: https://github.com/swiftlang/swift-java/issues/418
15- swift run -v \
15+ swift run \
1616 --disable-experimental-prebuilts \
1717 swift-java resolve \
1818 Sources/JavaCommonsCSV/swift-java.config \
Original file line number Diff line number Diff line change 55
66swift build
77" $JAVA_HOME /bin/java" \
8- -verbose:jni \
98 -cp .build/plugins/outputs/javakitsampleapp/JavaKitExample/destination/JavaCompilerPlugin/Java \
109 -Djava.library.path=.build/debug \
1110 " com.example.swift.JavaKitSampleMain"
You can’t perform that action at this time.
0 commit comments