File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ buildscript {
55 dependencies {
66 classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE" )
77 classpath(" io.spring.gradle:dependency-management-plugin:0.5.4.RELEASE" )
8+ classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.0'
89 }
910}
1011
@@ -13,6 +14,7 @@ apply plugin: 'eclipse'
1314apply plugin : ' idea'
1415apply plugin : ' spring-boot'
1516apply plugin : ' io.spring.dependency-management'
17+ apply plugin : ' org.junit.platform.gradle.plugin'
1618
1719jar {
1820 baseName = ' scorekeep-api'
@@ -31,8 +33,9 @@ dependencies {
3133 testCompile(" org.springframework.boot:spring-boot-starter-test" )
3234 compile(" com.amazonaws:aws-java-sdk-dynamodb" )
3335 compile(" com.amazonaws:aws-java-sdk-sns" )
34- testCompile(" junit:junit:4.11" )
3536 compile(" com.fasterxml.jackson.core:jackson-databind:2.8.4" )
37+ testCompile(" org.junit.jupiter:junit-jupiter-api:5.0.0" )
38+ testRuntime(" org.junit.jupiter:junit-jupiter-engine:5.0.0" )
3639}
3740
3841dependencyManagement {
You can’t perform that action at this time.
0 commit comments