|
1 | 1 | plugins {
|
2 | 2 | id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
|
3 | 3 | id 'io.spring.nohttp' version '0.0.10'
|
4 |
| - id "io.freefair.aspectj" version '6.2.0' apply false |
| 4 | + id 'io.freefair.aspectj' version '6.2.0' apply false |
5 | 5 | id 'org.jetbrains.dokka' version '1.6.10' apply false
|
6 | 6 | id 'org.jetbrains.kotlin.jvm' version '1.5.32' apply false
|
7 |
| - id "org.jetbrains.kotlin.plugin.serialization" version "1.5.32" apply false |
| 7 | + id 'org.jetbrains.kotlin.plugin.serialization' version "1.5.32" apply false |
8 | 8 | id 'org.asciidoctor.jvm.convert' version '3.3.2'
|
9 | 9 | id 'org.asciidoctor.jvm.pdf' version '3.3.2'
|
10 |
| - id "org.unbroken-dome.xjc" version '2.0.0' apply false |
11 |
| - id "com.github.ben-manes.versions" version '0.39.0' |
12 |
| - id "com.github.johnrengelman.shadow" version '7.0.0' apply false |
| 10 | + id 'org.unbroken-dome.xjc' version '2.0.0' apply false |
| 11 | + id 'com.github.ben-manes.versions' version '0.39.0' |
| 12 | + id 'com.github.johnrengelman.shadow' version '7.0.0' apply false |
13 | 13 | id 'de.undercouch.download' version '4.1.2'
|
14 |
| - id "me.champeau.jmh" version "0.6.6" apply false |
| 14 | + id 'me.champeau.jmh' version "0.6.6" apply false |
15 | 15 | }
|
16 | 16 |
|
17 | 17 | ext {
|
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
|
340 | 340 | }
|
341 | 341 |
|
342 | 342 | checkstyle {
|
343 |
| - toolVersion = "10.3.3" |
| 343 | + toolVersion = "10.3.4" |
344 | 344 | configDirectory.set(rootProject.file("src/checkstyle"))
|
345 | 345 | }
|
346 | 346 |
|
@@ -413,8 +413,6 @@ configure(rootProject) {
|
413 | 413 |
|
414 | 414 | nohttp {
|
415 | 415 | source.exclude "**/test-output/**"
|
416 |
| - source.exclude "spring-core/graalvm/build/**" // only available on `main` |
417 |
| - source.exclude "spring-core-test/build/**" // only available on `main` |
418 | 416 | allowlistFile = project.file("src/nohttp/allowlist.lines")
|
419 | 417 | def rootPath = file(rootDir).toPath()
|
420 | 418 | def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"
|
|
0 commit comments