Skip to content

Commit e54b512

Browse files
committed
workaround: disable bootstrap plugin
1 parent a738449 commit e54b512

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Package.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,12 @@ let package = Package(
186186
swiftSettings: [
187187
.swiftLanguageMode(.v5),
188188
.unsafeFlags(["-I\(javaIncludePath)", "-I\(javaPlatformIncludePath)"]),
189-
],
190-
plugins: [
191-
"SwiftJavaBootstrapJavaPlugin",
192189
]
190+
// // FIXME: when the tool is run from plugin it hangs even if sandbox is disabled
191+
// ,
192+
// plugins: [
193+
// "SwiftJavaBootstrapJavaPlugin",
194+
// ]
193195
),
194196

195197
.target(

0 commit comments

Comments
 (0)