Update build.gradle

This commit is contained in:
Ludy87 2025-04-10 08:51:39 +02:00
parent 09da81643c
commit d9355e4609
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -536,9 +536,6 @@ dependencies {
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
// https://mvnrepository.com/artifact/org.springframework/spring-webflux
implementation("org.springframework.boot:spring-boot-starter-webflux")
}
tasks.withType(JavaCompile).configureEach {