Skip to content

Commit 182ba4a

Browse files
committed
Upgrade to Checkstyle 10.3.4
1 parent dbcfeb8 commit 182ba4a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

build.gradle

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
plugins {
22
id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
33
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
55
id 'org.jetbrains.dokka' version '1.6.10' apply false
66
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
88
id 'org.asciidoctor.jvm.convert' version '3.3.2'
99
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
1313
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
1515
}
1616

1717
ext {
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340340
}
341341

342342
checkstyle {
343-
toolVersion = "10.3.3"
343+
toolVersion = "10.3.4"
344344
configDirectory.set(rootProject.file("src/checkstyle"))
345345
}
346346

@@ -413,8 +413,6 @@ configure(rootProject) {
413413

414414
nohttp {
415415
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`
418416
allowlistFile = project.file("src/nohttp/allowlist.lines")
419417
def rootPath = file(rootDir).toPath()
420418
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"

0 commit comments

Comments
 (0)