Skip to content
Snippets Groups Projects
Commit 7c981adf authored by Guyslain's avatar Guyslain
Browse files

update 2023, java 20

parent 7e58a2d5
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ ext {
junitVersion = '5.8.2'
}
sourceCompatibility = '18'
targetCompatibility = '18'
sourceCompatibility = '20'
targetCompatibility = '20'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
......@@ -35,7 +35,7 @@ task runInConsole(type: JavaExec) {
}
javafx {
version = '18.0.1'
version = '20.0.2'
modules = ['javafx.controls', 'javafx.fxml']
}
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment