File tree 3 files changed +13
-7
lines changed
3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ buildscript {
11
11
dependencies {
12
12
classpath ' io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
13
13
classpath ' io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
14
- classpath ' org.asciidoctor:asciidoctor-gradle-plugin:1.5.3'
14
+ classpath ' org.asciidoctor:asciidoctor-gradle-plugin:1.5.12'
15
+ classpath ' io.spring.nohttp:nohttp-gradle:0.0.1.RELEASE'
15
16
}
16
17
}
17
18
28
29
] as String []
29
30
}
30
31
32
+ apply plugin : ' io.spring.nohttp'
33
+
34
+ checkstyle {
35
+ toolVersion = 8.16
36
+ }
37
+
31
38
subprojects {
32
39
apply plugin : ' java'
33
40
apply plugin : ' maven'
@@ -100,7 +107,6 @@ subprojects {
100
107
101
108
repositories {
102
109
mavenCentral()
103
- maven { url " https://repo.spring.io/libs-milestone" }
104
110
}
105
111
}
106
112
@@ -167,6 +173,10 @@ configure(rootProject) {
167
173
archives docsZip
168
174
archives schemaZip
169
175
}
176
+
177
+ repositories {
178
+ mavenCentral()
179
+ }
170
180
}
171
181
172
182
ext {
@@ -202,7 +212,3 @@ task dist(dependsOn: assemble) {
202
212
group = ' Distribution'
203
213
description = ' Builds -dist, -docs and -schema distribution archives.'
204
214
}
205
-
206
- task wrapper (type : Wrapper ) {
207
- gradleVersion = ' 4.2.1'
208
- }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10-bin.zip
3
4
zipStoreBase =GRADLE_USER_HOME
4
5
zipStorePath =wrapper/dists
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