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 2648c7d commit 572e133Copy full SHA for 572e133
build.gradle.kts
@@ -7,7 +7,7 @@ import org.gradle.jvm.toolchain.internal.CurrentJvmToolchainSpec
7
plugins {
8
kotlin("jvm") version "2.2.0"
9
id("com.github.johnrengelman.shadow") version "8.1.1"
10
- id("com.palantir.git-version") version "3.1.0"
+ id("com.palantir.git-version") version "4.0.0"
11
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
12
id("com.diffplug.spotless") version "5.17.1"
13
}
0 commit comments