Skip to content

Commit 0761e5a

Browse files
author
Vasil Hristov
authored
Merge pull request #1318 from NativeScript/bektchiev/fix-sbg-outputs
fix(gradle): Change outputs directory of runSbg
2 parents bce8394 + a101276 commit 0761e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ task runSbg(type: JavaExec) {
427427
dependsOn ':static-binding-generator:jar'
428428
}
429429

430-
outputs.dir(OUTPUT_JAVA_DIR)
430+
outputs.dir("$OUTPUT_JAVA_DIR/com/tns/gen")
431431
inputs.dir(INPUT_JS_DIR)
432432
inputs.dir(extractedDependenciesDir)
433433

0 commit comments

Comments
 (0)