Skip to content

Commit

Permalink
Fix jpackage build (#5608)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored and koppor committed Nov 14, 2019
1 parent 19393bf commit 8f7188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.27.0'
id 'org.javamodularity.moduleplugin' version '1.5.0'
id 'org.openjfx.javafxplugin' version '0.0.8'
id 'org.beryx.jlink' version '2.16.3'
id 'org.beryx.jlink' version '2.16.4'
}

gradle.startParameter.showStacktrace = org.gradle.api.logging.configuration.ShowStacktrace.ALWAYS
Expand Down

0 comments on commit 8f7188d

Please sign in to comment.