Skip to content

Commit 03bfbe4

Browse files
committed
Teach gradle build to use jextract-generate
1 parent bc33fc7 commit 03bfbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/SwiftKitSampleApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ task jextract(type: Exec) {
103103

104104
workingDir = rootDir
105105
commandLine "make"
106-
args "jextract-run"
106+
args "jextract-generate"
107107
}
108108

109109
tasks.named("compileGeneratedJava").configure {

0 commit comments

Comments
 (0)