Remove a testing line and bump to 1.0.0

This commit is contained in:
2025-04-07 21:55:08 -07:00
parent a6ba3b87a7
commit e9c4487856
3 changed files with 3 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
group = "xyz.lncvrt"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"
repositories {
mavenCentral()
@@ -38,7 +38,6 @@ tasks {
dependsOn("shadowJar")
}
processResources {
val props = mapOf("version" to version)
inputs.properties(props)