Skip to content

Commit 63362fa

Browse files
committed
JUnit5 module should compile the base hoverfly module
1 parent 1ec4bb5 commit 63362fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
compileOnly "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
2626
compileOnly "org.junit.platform:junit-platform-commons:$junitPlatformVersion"
27-
implementation(rootProject) {
27+
compile(rootProject) {
2828
exclude group: 'junit'
2929
}
3030

0 commit comments

Comments
 (0)