Merge branch 'master' of git.inpt.fr:tocard-inc/enseeiht/projet-web

This commit is contained in:
Laureηt 2022-05-29 11:14:11 +02:00
commit a88525519e
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -1,6 +1,7 @@
plugins { plugins {
id 'java' id 'java'
id 'war' id 'war'
id 'io.freefair.lombok' version '6.4.3'
} }
repositories { repositories {
@ -27,12 +28,6 @@ dependencies {
// Pour les tests // Pour les tests
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
// pour des getters/setters auto
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
testCompileOnly 'org.projectlombok:lombok:1.18.24'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.24'
} }
test { test {