Skip to content

Commit

Permalink
Work around extension issue in javafx plugin openjfx/javafx-gradle-pl…
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStirred committed Apr 3, 2023
1 parent 2c06ef4 commit 18fffc7
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 @@ -43,8 +43,8 @@ subprojects {

javafx {
version = '11.0.2'
modules = ['javafx.base', 'javafx.controls', 'javafx.fxml']
configuration = 'implementation'
modules = ['javafx.base', 'javafx.controls', 'javafx.fxml']
}

javadoc {
Expand Down

0 comments on commit 18fffc7

Please sign in to comment.