Skip to content

Commit c00a24d

Browse files
committed
build: restore groovy-test-junit5 for JUnit 5 compatibility
Re-add the `groovy-test-junit5` dependency to ensure JUnit 5 tests execute correctly.
1 parent 9bf583a commit c00a24d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-datastore-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dependencies {
5858
}
5959
testImplementation 'org.spockframework:spock-core'
6060

61+
testRuntimeOnly 'org.apache.groovy:groovy-test-junit5'
6162
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
6263
testRuntimeOnly 'org.slf4j:slf4j-nop' // Get rid of warning about missing slf4j implementation during tests
6364
}

0 commit comments

Comments
 (0)