[FIX] launch4j build

This commit is contained in:
Gravit 2020-03-27 10:55:02 +07:00
parent 1f8a81ef58
commit a9867d57c4
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -100,7 +100,7 @@ pack project(':LauncherAPI')
exclude group: 'org.slf4j'
}
launch4j('net.sf.launch4j:launch4j:' + rootProject['verLaunch4j'] + ':workdir-win32') { transitive = false }
launch4j('net.sf.launch4j:launch4j:' + rootProject['verLaunch4j'] + 'workdir-linux') { transitive = false }
launch4j('net.sf.launch4j:launch4j:' + rootProject['verLaunch4j'] + ':workdir-linux64') { transitive = false }
compileOnlyA group: 'com.google.guava', name: 'guava', version: rootProject['verGuavaC']
// Do not update (laggy deps).