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 529e739 commit 94b9b4f
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 @@ -42,8 +42,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 94b9b4f

Please sign in to comment.