You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: disable prebuilts until swift-syntax isn't broken on 6.2 anymore: https://github.com/swiftlang/swift-java/issues/418
106
-
args("build", "--disable-experimental-prebuilts") // since Swift targets which need to be jextract-ed have the jextract build plugin, we just need to build
115
+
args(cmdArgs) // since Swift targets which need to be jextract-ed have the jextract build plugin, we just need to build
107
116
// If we wanted to execute a specific subcommand, we can like this:
0 commit comments