Skip to content
Snippets Groups Projects
Commit d90dfedf authored by COUETOUX Basile's avatar COUETOUX Basile
Browse files

Update build.gradle

parent baa6a636
Branches
No related tags found
No related merge requests found
Pipeline #16618 failed
plugins { plugins {
id 'java' id "java"
} }
group 'L3_INFO'
version '1.0-SNAPSHOT' version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories { repositories {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12' testImplementation("org.junit.jupiter:junit-jupiter:5.10.0",
testCompile 'org.hamcrest:hamcrest-library:1.3' "org.assertj:assertj-core:3.24.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
test {
useJUnitPlatform()
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment