[FIX] Скачка launch4j.

This commit is contained in:
zaxar163 2019-03-23 09:07:47 +03:00
parent 4fe0bf4195
commit c75addd930
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06
2 changed files with 7 additions and 6 deletions

View file

@ -60,7 +60,10 @@ bundle project(':Radon')
} }
launch4j('net.sf.launch4j:launch4j:3.12') { launch4j('net.sf.launch4j:launch4j:3.12') {
exclude group: '*' exclude group: 'org.apache.ant'
exclude group: 'net.java.abeille'
exclude group: 'foxtrot'
exclude group: 'com.jgoodies'
} }
launch4jCJ('net.sf.launch4j:launch4j:3.12:workdir-win32') { launch4jCJ('net.sf.launch4j:launch4j:3.12:workdir-win32') {
@ -103,10 +106,8 @@ task launch4jA(type: Copy) {
eachFile { FileCopyDetails fcp -> eachFile { FileCopyDetails fcp ->
if (fcp.name.startsWith("launch4j")) { if (fcp.name.startsWith("launch4j")) {
fcp.name = "launch4j.jar" fcp.name = "launch4j.jar"
fcp.mode = 0755
} else {
fcp.exclude()
} }
fcp.mode = 0755
} }
} }

@ -1 +1 @@
Subproject commit 0e32128c6c8f569d67eff4e94777c6b8ef696345 Subproject commit c01e45473c72484b8b83235935f96f38ec9cca0d