We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2f6cf commit 28843ddCopy full SHA for 28843dd
build.gradle
@@ -51,10 +51,12 @@ dependencies {
51
implementation 'org.apache.commons:commons-collections4:4.1'
52
implementation 'org.apache.commons:commons-compress:1.21'
53
implementation 'org.apache.velocity:velocity-engine-core:2.0'
54
- implementation 'io.github.fvarrui:gradle-launch4j:2.4.7'
55
implementation 'org.vafer:jdeb:1.9'
56
implementation 'net.jsign:jsign-core:3.1'
57
implementation 'org.redline-rpm:redline:1.2.10'
+
58
+ //implementation 'io.github.fvarrui:gradle-launch4j:2.4.7'
59
+ implementation 'edu.sc.seis.launch4j:launch4j:2.5.1'
60
61
testImplementation 'junit:junit:4.12'
62
0 commit comments