File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ configure(allprojects) { project ->
125125
126126 repositories {
127127 maven { url " https://repo.spring.io/libs-release" }
128- maven { url " https://repo.spring.io/milestone" }
129- maven { url " https://repo.spring.io/snapshot" }
128+ maven { url " https://repo.spring.io/milestone" } // for AspectJ 1.9 beta
129+ maven { url " https://repo.spring.io/snapshot" } // for Reactor Bismuth
130130 }
131131
132132 dependencies {
@@ -269,7 +269,7 @@ configure(rootProject) {
269269
270270 task wrapper(type : Wrapper ) {
271271 description = " Generates gradlew[.bat] scripts"
272- gradleVersion = ' 4.2'
272+ gradleVersion = ' 4.2.1 '
273273
274274 doLast() {
275275 def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.2-bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.2.1 -bin.zip
You can’t perform that action at this time.
0 commit comments