We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d0e2b commit b7fca0bCopy full SHA for b7fca0b
1 file changed
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'com.github.spotbugs' version '5.0.14'
7
id 'de.thetaphi.forbiddenapis' version '3.8'
8
9
- id "org.shipkit.shipkit-auto-version" version "2.1.2"
+ id 'org.shipkit.shipkit-auto-version' version '2.1.2'
10
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
11
12
id 'com.gradleup.shadow' version '8.3.6' apply false
@@ -55,6 +55,7 @@ apply from: "$rootDir/gradle/spotless.gradle"
55
def compileTask = tasks.register("compile")
56
57
def repoVersion = version
58
+
59
allprojects {
60
group = 'com.datadoghq'
61
version = repoVersion
0 commit comments