Skip to content

Commit

Permalink
Need to include platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Nov 11, 2018
1 parent aa25f64 commit cec371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -43,10 +43,10 @@ repositories {
}

dependencies {
compile("org.junit.platform:junit-platform-launcher:1.3.1")
compileOnly("org.junit.jupiter:junit-jupiter-api:$junitVersion")

testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testImplementation("org.junit.platform:junit-platform-launcher:1.3.1")
testRuntime("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
}

Expand Down

0 comments on commit cec371f

Please sign in to comment.