Skip to content

Commit d13072c

Browse files
committed
Add Checkstyle and Codenarc version to Gradle version catalog
remove the unused 'gradle/checkstyle/*' and 'gradle/codenarc/codenarc.groovy' Closes gh-131
1 parent 639167c commit d13072c

File tree

7 files changed

+4
-586
lines changed

7 files changed

+4
-586
lines changed

buildSrc/settings.gradle

Whitespace-only changes.

buildSrc/src/main/groovy/grace.build.common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ configure([javadoc]) {
7777
}
7878

7979
checkstyle {
80-
toolVersion = "10.26.1"
80+
toolVersion = libs.versions.checkstyle.get()
8181
configDirectory.set(rootProject.file("config/checkstyle"))
8282
}
8383

8484
codenarc {
85-
toolVersion = '3.6.0'
85+
toolVersion = libs.versions.codenarc.get()
8686
config = resources.text.fromFile(rootProject.file("config/codenarc/codenarc.groovy"))
8787
}
8888

gradle/checkstyle/checkstyle-header.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

gradle/checkstyle/checkstyle-suppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

gradle/checkstyle/checkstyle.xml

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)