We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744e98f commit 726ce42Copy full SHA for 726ce42
1 file changed
build.gradle
@@ -43,7 +43,7 @@ tasks.register('buildZip', Zip) {
43
}
44
45
tasks.register('buildNativeZip', Zip) {
46
- from nativeCompile.outputFile
+ from nativeCompile
47
from "src/main/shell/bootstrap"
48
49
0 commit comments