Skip to content

Commit

Permalink
build mac release with latest jpackage14
Browse files Browse the repository at this point in the history
  • Loading branch information
funa-tk committed Feb 7, 2020
1 parent 0b1c6da commit 7896567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jar {
configurations.compile.collect {
it.isDirectory() ? it : zipTree(it).matching {
exclude "META-INF/**"
exclude "native/**"
}
}
}
Expand Down Expand Up @@ -334,7 +335,6 @@ task createMacJPackage(type: Exec, dependsOn: "prepareJPackage") {
commandLine = [
"/Library/Java/JavaVirtualMachines/jdk-14-jpackage.jdk/Contents/Home/bin/jpackage",
"--verbose",
"--package-type", "dmg",
"-d", "${project.ext.pathMacWorkDir}",
"-n", "PacketProxy",
"-i", "${buildDir}/libs/",
Expand Down

0 comments on commit 7896567

Please sign in to comment.