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 4d82eaf commit 3d143d3Copy full SHA for 3d143d3
Samples/SwiftJavaExtractJNISampleApp/build.gradle
@@ -102,7 +102,6 @@ def jextract = tasks.register("jextract", Exec) {
102
103
workingDir = layout.projectDirectory
104
commandLine "swift"
105
- // TODO: -v for debugging build issues...
106
args("build") // since Swift targets which need to be jextract-ed have the jextract build plugin, we just need to build
107
// If we wanted to execute a specific subcommand, we can like this:
108
// args("run",/*
0 commit comments