We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7217626 commit f3a198bCopy full SHA for f3a198b
1 file changed
build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
id("com.google.cloud.tools.jib") version "3.5.3" apply false
17
id("com.palantir.consistent-versions") version "3.15.0"
18
id("net.ltgt.errorprone") version "5.1.0" apply false
19
- id("org.jreleaser") version "1.23.0"
+ id("org.jreleaser") version "1.24.0"
20
}
21
22
version = "git describe --tags".runCommand().trim() +
0 commit comments