Skip to content
Snippets Groups Projects
Commit baa9e5a8 authored by Arnaud LABOUREL's avatar Arnaud LABOUREL
Browse files

Updated grdale config

parent 508f7c08
No related branches found
No related tags found
No related merge requests found
Pipeline #29892 passed
plugins { plugins {
id 'application' id 'application'
id "org.openjfx.javafxplugin" version "0.0.13" id "org.openjfx.javafxplugin" version "0.1.0"
} }
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
javafx { javafx {
version = "20" version = "22.0.1"
modules = [ 'javafx.controls', 'javafx.fxml' ] modules = [ 'javafx.controls', 'javafx.fxml' ]
} }
...@@ -16,9 +13,10 @@ repositories { ...@@ -16,9 +13,10 @@ repositories {
} }
dependencies { dependencies {
testImplementation('org.junit.jupiter:junit-jupiter-api:5.9.1', testImplementation(platform('org.junit:junit-bom:5.10.2'))
'org.assertj:assertj-core:3.23.1') testImplementation('org.junit.jupiter:junit-jupiter')
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' testImplementation("org.assertj:assertj-core:3.25.1")
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
} }
test { test {
......
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000 networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment