Update build.gradle

This commit is contained in:
Ludy87 2025-05-27 18:05:51 +02:00
parent 72c6cecffc
commit 8390a2d02b
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -94,22 +94,6 @@ sourceSets {
} }
} }
} }
test {
useJUnitPlatform()
finalizedBy jacocoTestReport
}
jacoco {
toolVersion = "0.8.13" // oder Deine gewünschte Version
}
jacocoTestReport {
reports {
xml.required = false
csv.required = false
html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
}
}
openApi { openApi {
apiDocsUrl = "http://localhost:8080/v1/api-docs" apiDocsUrl = "http://localhost:8080/v1/api-docs"
@ -562,7 +546,6 @@ dependencies {
// Mockito (core) // Mockito (core)
testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation 'org.mockito:mockito-core:5.18.0'
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0' testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
implementation("org.springframework.boot:spring-boot-starter-webflux")
} }
tasks.withType(JavaCompile).configureEach { tasks.withType(JavaCompile).configureEach {