mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-23 00:52:10 +08:00
Upgrade to Gradle 6.8.2
Closes gh-1175
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2012-2020 the original author or authors.
|
* Copyright 2012-2021 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -85,7 +85,7 @@ class GradleKtsProjectGenerationConfigurationTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Stream<Arguments> gradleWrapperParameters() {
|
static Stream<Arguments> gradleWrapperParameters() {
|
||||||
return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6.4"), Arguments.arguments("2.2.3.RELEASE", "6.7.1"));
|
return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6.4"), Arguments.arguments("2.2.3.RELEASE", "6.8.2"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ParameterizedTest(name = "Spring Boot {0}")
|
@ParameterizedTest(name = "Spring Boot {0}")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2012-2020 the original author or authors.
|
* Copyright 2012-2021 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -84,7 +84,7 @@ class GradleProjectGenerationConfigurationTests {
|
|||||||
|
|
||||||
static Stream<Arguments> gradleWrapperParameters() {
|
static Stream<Arguments> gradleWrapperParameters() {
|
||||||
return Stream.of(Arguments.arguments("2.0.6.RELEASE", "4.10.3"), Arguments.arguments("2.1.3.RELEASE", "5.6.4"),
|
return Stream.of(Arguments.arguments("2.0.6.RELEASE", "4.10.3"), Arguments.arguments("2.1.3.RELEASE", "5.6.4"),
|
||||||
Arguments.arguments("2.2.3.RELEASE", "6.7.1"));
|
Arguments.arguments("2.2.3.RELEASE", "6.8.2"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ParameterizedTest(name = "Spring Boot {0}")
|
@ParameterizedTest(name = "Spring Boot {0}")
|
||||||
|
|||||||
Reference in New Issue
Block a user