We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a6f2e commit b3e30dbCopy full SHA for b3e30db
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'com.github.kt3k.coveralls' version "$coverallsVersion"
5
id 'com.github.spotbugs' version "$spotbugsVersion"
6
id 'com.gradle.build-scan' version "$scanVersion"
7
- id 'net.researchgate.release' version "$releaseVersion"
+ id 'net.researchgate.release' version "$releasesVersion"
8
id 'org.owasp.dependencycheck' version "$owaspVersion"
9
id 'org.sonarqube' version "$sonarVersion"
10
id 'biz.aQute.bnd.builder' version "$bndVersion" apply false
gradle.properties
@@ -79,7 +79,7 @@ dockerVersion = 0.22.1
79
licenseVersion = 0.15.0
80
nebulaVersion = 8.0.3
81
owaspVersion = 5.2.4
82
-releaseVersion = 2.8.1
+releasesVersion = 2.8.1
83
scanVersion = 3.1
84
sonarVersion = 2.8
85
spotbugsVersion = 3.0.0
0 commit comments