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 ->
125
125
126
126
repositories {
127
127
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
130
130
}
131
131
132
132
dependencies {
@@ -269,7 +269,7 @@ configure(rootProject) {
269
269
270
270
task wrapper(type : Wrapper ) {
271
271
description = " Generates gradlew[.bat] scripts"
272
- gradleVersion = ' 4.2'
272
+ gradleVersion = ' 4.2.1 '
273
273
274
274
doLast() {
275
275
def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =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