Skip to content

Commit 0dac94b

Browse files
committed
Change to snapshot on publish
1 parent de3665c commit 0dac94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ publishing {
8787
from(components.findByName("java"))
8888
groupId = "dev.themeinerlp"
8989
artifactId = "plugin-debug"
90-
version = rootProject.version.toString()
90+
version = "%s%s".format(Locale.ROOT, baseVersion, snapshot)
9191
artifact(dokkaJavadocJar)
9292
artifact(dokkaHtmlJar)
9393
artifact(sourceJar)

0 commit comments

Comments
 (0)