Skip to content

Commit

Permalink
Merge pull request #10 from forkiesassds/main
Browse files Browse the repository at this point in the history
Update launch4j library to fix compile errors on java 17
  • Loading branch information
vlOd authored Feb 25, 2023
2 parents 2f85c6c + 7000dc4 commit dc79bea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'edu.sc.seis.launch4j' version '2.4.6'
id 'edu.sc.seis.launch4j' version '2.5.4'
id 'java'
}

Expand All @@ -18,6 +18,9 @@ dependencies {
}

java {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8

withSourcesJar()
}

Expand Down

0 comments on commit dc79bea

Please sign in to comment.