We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0a37f commit e6591c4Copy full SHA for e6591c4
build.gradle
@@ -12,10 +12,11 @@ plugins {
12
// https://github.com/ben-manes/gradle-versions-plugin
13
// Run: ./gradlew dependencyUpdates -Drevision=release
14
id "com.github.ben-manes.versions" version "0.47.0"
15
+ id 'pl.allegro.tech.build.axion-release' version '1.15.1'
16
}
17
18
group 'io.securecodebox'
-version (System.getenv("DD_CLIENT_VERSION") ? System.getenv("DD_CLIENT_VERSION") : '1.0.0-SNAPSHOT')
19
+version = scmVersion.version
20
sourceCompatibility = '17'
21
22
repositories {
0 commit comments