Skip to content

Commit 636387a

Browse files
committed
remove verbose output options
1 parent b5de9d9 commit 636387a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Samples/JavaDependencySampleApp/ci-validate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ set -e
44
set -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 \

Samples/JavaKitSampleApp/ci-validate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -x
55

66
swift 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"

0 commit comments

Comments
 (0)