We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae2448 + 5d18c56 commit cfd097bCopy full SHA for cfd097b
samples/junit5/build.gradle
@@ -4,7 +4,6 @@ buildscript {
4
}
5
dependencies {
6
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
7
- classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
8
9
10
@@ -16,7 +15,6 @@ apply plugin: 'java'
16
15
apply plugin: 'org.springframework.boot'
17
apply plugin: 'eclipse'
18
apply plugin: 'io.spring.dependency-management'
19
-apply plugin: 'org.junit.platform.gradle.plugin'
20
21
repositories {
22
mavenLocal()
@@ -50,6 +48,7 @@ dependencies {
50
48
51
49
test {
52
outputs.dir snippetsDir
+ useJUnitPlatform()
53
54
55
asciidoctor {
0 commit comments