Align with breaking API changes since JUnit 5.0 M4
Closes gh-451
This commit is contained in:
@@ -3,8 +3,8 @@ buildscript {
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M1'
|
||||
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M4'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M6'
|
||||
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ targetCompatibility = 1.8
|
||||
|
||||
ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
junitJupiterVersion = '5.0.0-M4'
|
||||
junitJupiterVersion = '5.0.0'
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
|
||||
|
||||
Reference in New Issue
Block a user