Flailing by adding lines to try to get it to build

This commit is contained in:
Bruce Eckel 2016-08-23 10:44:52 -06:00
parent e5071c5175
commit e89d177b08

View File

@ -163,6 +163,8 @@ subprojects {
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.0.0-M2"
testCompile "junit:junit:4.12"
testRuntime "org.junit.vintage:junit-vintage-engine:4.12.0-M2"
/* compile "org.junit.jupiter:junit-jupiter-api:5.0.0-M2"
compile "org.junit.vintage:junit-vintage-engine:4.12.0-M2"*/
}
junitPlatform {