Skip to content

Commit

Permalink
Fix snapshot publishing version (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Jul 9, 2024
1 parent 08970fe commit 1192fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/jewel-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ publishing {
from(components["kotlin"])
artifact(javadocJar)
artifact(sourcesJar)
version = project.properties["jewel.release.version"] as String
version = project.version as String
artifactId = "jewel-${project.name}-$ijpTarget"
pom { configureJewelPom() }
}
Expand Down

0 comments on commit 1192fe0

Please sign in to comment.