diff --git a/FredBoat/build.gradle b/FredBoat/build.gradle index dc9d96b9d..4a59fe627 100644 --- a/FredBoat/build.gradle +++ b/FredBoat/build.gradle @@ -1,7 +1,6 @@ apply plugin: 'com.gorylenko.gradle-git-properties' apply plugin: 'com.sedmelluq.jdaction' apply plugin: 'application' -apply plugin: 'org.junit.platform.gradle.plugin' apply plugin: 'propdeps' apply plugin: 'propdeps-idea' apply plugin: 'org.springframework.boot' diff --git a/build.gradle b/build.gradle index 0ed41eaa7..e37150ab1 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,6 @@ subprojects { jdactionVersion = '1.0.2' shadowVersion = '2.0.2' springBootVersion = '2.0.0.RELEASE' - jUnitPluginVersion = '1.0.2' propDepsVersion = '0.0.9.RELEASE' //@formatter:on @@ -40,7 +39,6 @@ subprojects { classpath "gradle.plugin.com.sedmelluq:jdaction:${jdactionVersion}" classpath "com.github.jengelman.gradle.plugins:shadow:${shadowVersion}" classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}" - classpath "org.junit.platform:junit-platform-gradle-plugin:${jUnitPluginVersion}" classpath "io.spring.gradle:propdeps-plugin:${propDepsVersion}" } } @@ -57,6 +55,10 @@ subprojects { options.encoding = 'UTF-8' } + test { + useJUnitPlatform() + } + ext { //@formatter:off