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

correction deprecated gradle

parent 0cc9e1b7
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ repositories { ...@@ -10,9 +10,9 @@ repositories {
} }
dependencies { dependencies {
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0', testImplementation("org.junit.jupiter:junit-jupiter:5.10.0",
'org.assertj:assertj-core:3.24.2') "org.assertj:assertj-core:3.24.2")
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' testRuntimeOnly("org.junit.platform:junit-platform-launcher")
} }
test { test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment