Skip to content

Commit b7fca0b

Browse files
chore(build): PR suggestions
Co-authored-by: Alexey Kuznetsov <[email protected]>
1 parent 41d0e2b commit b7fca0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'com.github.spotbugs' version '5.0.14'
77
id 'de.thetaphi.forbiddenapis' version '3.8'
88

9-
id "org.shipkit.shipkit-auto-version" version "2.1.2"
9+
id 'org.shipkit.shipkit-auto-version' version '2.1.2'
1010
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1111

1212
id 'com.gradleup.shadow' version '8.3.6' apply false
@@ -55,6 +55,7 @@ apply from: "$rootDir/gradle/spotless.gradle"
5555
def compileTask = tasks.register("compile")
5656

5757
def repoVersion = version
58+
5859
allprojects {
5960
group = 'com.datadoghq'
6061
version = repoVersion

0 commit comments

Comments
 (0)