Skip to content

Commit baa68c5

Browse files
committed
Merge branch 'issue-146' into devel
2 parents 222549f + 28843dd commit baa68c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ dependencies {
5151
implementation 'org.apache.commons:commons-collections4:4.1'
5252
implementation 'org.apache.commons:commons-compress:1.21'
5353
implementation 'org.apache.velocity:velocity-engine-core:2.0'
54-
implementation 'io.github.fvarrui:gradle-launch4j:2.4.7'
5554
implementation 'org.vafer:jdeb:1.9'
5655
implementation 'net.jsign:jsign-core:3.1'
5756
implementation 'org.redline-rpm:redline:1.2.10'
57+
58+
//implementation 'io.github.fvarrui:gradle-launch4j:2.4.7'
59+
implementation 'edu.sc.seis.launch4j:launch4j:2.5.1'
5860

5961
testImplementation 'junit:junit:4.12'
6062

0 commit comments

Comments
 (0)