Skip to content

Commit e8a8338

Browse files
committed
move apacheRatVersion to build.gradle
1 parent 4a28c67 commit e8a8338

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ dependencies {
5454
implementation 'org.apache.grails:grails-gradle-plugins'
5555
implementation 'org.asciidoctor:asciidoctor-gradle-jvm'
5656
implementation 'org.springframework.boot:spring-boot-gradle-plugin'
57-
implementation 'org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:0.8.1'
57+
implementation "org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:${gradleProperties.apacheRatVersion}"
5858
implementation "org.gradle.crypto.checksum:org.gradle.crypto.checksum.gradle.plugin:${gradleProperties.gradleChecksumPluginVersion}"
5959
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ projectVersion=7.0.0-SNAPSHOT
1717

1818
apacheMavenVersion=3.9.9
1919
apacheMavenResolverVersion=1.9.22
20+
apacheRatVersion=0.8.1
2021
coberturaVersion=2.1.1
2122
expectitCoreVersion=0.9.0
2223
gradleExtraConfigurationsPluginVersion=10.0.1

0 commit comments

Comments
 (0)