File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ dependencies {
54
54
implementation ' org.apache.grails:grails-gradle-plugins'
55
55
implementation ' org.asciidoctor:asciidoctor-gradle-jvm'
56
56
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 } "
58
58
implementation " org.gradle.crypto.checksum:org.gradle.crypto.checksum.gradle.plugin:${ gradleProperties.gradleChecksumPluginVersion} "
59
59
}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ projectVersion=7.0.0-SNAPSHOT
17
17
18
18
apacheMavenVersion =3.9.9
19
19
apacheMavenResolverVersion =1.9.22
20
+ apacheRatVersion =0.8.1
20
21
coberturaVersion =2.1.1
21
22
expectitCoreVersion =0.9.0
22
23
gradleExtraConfigurationsPluginVersion =10.0.1
You can’t perform that action at this time.
0 commit comments