[Editor] Update JavaFX version from 11 to 15

This commit is contained in:
2021-02-23 13:17:57 +01:00
parent f0ebb5d0b9
commit 268094d706
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ sourceSets {
}
javafx {
version = "11.0.2"
version = javaFxVersion
modules = ['javafx.controls', 'javafx.graphics']
}