Skip to content

Commit 726ce42

Browse files
committed
Refactor gradle build
1 parent 744e98f commit 726ce42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tasks.register('buildZip', Zip) {
4343
}
4444

4545
tasks.register('buildNativeZip', Zip) {
46-
from nativeCompile.outputFile
46+
from nativeCompile
4747
from "src/main/shell/bootstrap"
4848
}
4949

0 commit comments

Comments
 (0)