Skip to content

Commit 19065c5

Browse files
committed
Added junit-jupiter-engine to tck
1 parent c00e0d8 commit 19065c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ subprojects {
144144
compile "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
145145
compile "org.junit.jupiter:junit-jupiter-api:5.6.0"
146146
compile "org.junit.platform:junit-platform-runner:1.6.0"
147+
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0"
147148
compile(spockDependency) { transitive = false }
148149
}
149150
}

0 commit comments

Comments
 (0)