mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Build script fixed
This commit is contained in:
@@ -168,7 +168,7 @@ private def layoutMac(Map args, String home, Paths paths) {
|
||||
replacefilter(token: "@@jdk_req@@", value: args.jdk_req)
|
||||
}
|
||||
|
||||
def root = isEap() ? "${version}-${args.buildNumbder}.app" : "IntelliJ IDEA ${version} CE.app"
|
||||
def root = isEap() ? "${version}-${args.buildNumder}.app" : "IntelliJ IDEA ${version} CE.app"
|
||||
|
||||
ant.zip(zipfile: "$paths.artifacts/idea${args.buildNumber}.mac.zip") {
|
||||
[paths.distAll, paths.distMac].each {
|
||||
|
||||
Reference in New Issue
Block a user