Skip to content

Commit

Permalink
Make junit-platform-engine a compilyOnly dependency
Browse files Browse the repository at this point in the history
Resolves #167
  • Loading branch information
raniejade committed Jan 22, 2017
1 parent 72372a7 commit eeaa58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spek-junit-platform-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

compile 'org.jetbrains.kotlin:kotlin-stdlib'
compile 'org.jetbrains.kotlin:kotlin-reflect'
compile 'org.junit.platform:junit-platform-engine'
compileOnly 'org.junit.platform:junit-platform-engine'

testCompile 'org.junit.jupiter:junit-jupiter-api'
testCompile project(':junit-platform-engine-test-support')
Expand Down

0 comments on commit eeaa58d

Please sign in to comment.