We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968e020 commit a2a2c07Copy full SHA for a2a2c07
1 file changed
build.gradle
@@ -31,9 +31,9 @@ dependencies {
31
compileOnly 'org.projectlombok:lombok'
32
annotationProcessor 'org.projectlombok:lombok'
33
testImplementation 'org.springframework.boot:spring-boot-starter-test'
34
- testImplementation 'com.h2database:h2'
35
testImplementation 'org.assertj:assertj-core'
36
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher'}
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
+}
37
38
39
tasks.named('test') {
0 commit comments