Skip to content

Commit

Permalink
Update dependency: javafx-gradle-plugin 0.0.10 to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit authored and Borewit committed Jan 29, 2023
1 parent 30639a8 commit 1975736
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ plugins {
id 'java'
id 'idea'

/* https://github.com/openjfx/javafx-gradle-plugin */
id 'org.openjfx.javafxplugin' version '0.0.10'
// https://github.com/openjfx/javafx-gradle-plugin
id 'org.openjfx.javafxplugin' version '0.0.13'

/* Generate Java code from XSD */
// Generate Java code from XSD
id 'org.unbroken-dome.xjc' version '2.0.0'

id 'checkstyle'
Expand Down Expand Up @@ -214,6 +214,7 @@ task packageMyApp(type: io.github.fvarrui.javapackager.gradle.PackageTask, depen
organizationName = 'Borewit'
organizationUrl = 'https://github.com/Borewit'
url = 'https://github.com/Borewit/listFix'
additionalModules = ['jdk.incubator.foreign', 'jdk.incubator.jpackage']
}

applicationDefaultJvmArgs = ['--add-exports=java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED',
Expand Down

0 comments on commit 1975736

Please sign in to comment.