See gh-20973
This commit is contained in:
Johnny Lim
2020-04-15 21:38:52 +09:00
committed by Stephane Nicoll
parent e9016701e7
commit 5fad43ec40
5 changed files with 10 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ class SpringBootPluginIntegrationTests {
@DisabledForJreRange(min = JRE.JAVA_13)
@Test
void succeedWithVersionOfGradle6MatchingWhatIsRequired() {
void succeedWithVersionOfGradle5MatchingWhatIsRequired() {
this.gradleBuild.gradleVersion("5.6").build();
}