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 d7cf198 commit 1b7d84bCopy full SHA for 1b7d84b
gradle/build-logic/src/main/kotlin/conventions.publish.gradle.kts
@@ -48,7 +48,7 @@ publishing.publications.create<MavenPublication>(project.name) {
48
49
group = "io.github.jadarma.aockt"
50
artifactId = project.name
51
- version = project.buildVersion.toString()
+ version = project.buildVersion.get().toString()
52
53
pom {
54
name.set("Advent of Code Kotlin")
0 commit comments