Skip to content

Commit

Permalink
fixed jpackage setup
Browse files Browse the repository at this point in the history
* downgraded badass-runtime from 1.13.0 to 1.12.7
  * see beryx/badass-runtime-plugin#136
* use launcher class in application
  • Loading branch information
hansi-b committed Sep 20, 2023
1 parent 4054a80 commit 4ab7217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
dependencies {
implementation 'com.palantir.gradle.gitversion:gradle-git-version:3.0.0'
implementation 'com.github.ben-manes:gradle-versions-plugin:0.48.0'
implementation 'org.beryx:badass-runtime-plugin:1.13.0'
implementation 'org.beryx:badass-runtime-plugin:1.12.7'
implementation 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1'
implementation 'org.openjfx:javafx-plugin:0.1.0'
}
2 changes: 1 addition & 1 deletion simplerTimesFx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
}

application {
mainClass = 'org.hansib.simplertimes.fx.SimplerTimesFx'
mainClass = 'org.hansib.simplertimes.SimplerTimesLauncher'
}

def currentOs = org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.currentOperatingSystem.name.toLowerCase()
Expand Down

0 comments on commit 4ab7217

Please sign in to comment.