]> git.frustrated-labs.net Git - gradle-configvalidator-plugin.git/commitdiff
bump version
authorAlexander Goussas <[email protected]>
Mon, 29 Dec 2025 16:21:37 +0000 (11:21 -0500)
committerAlexander Goussas <[email protected]>
Mon, 29 Dec 2025 16:21:37 +0000 (11:21 -0500)
lib/build.gradle.kts

index 046cbfe0360604247279f2f6ddf3f9f6496d6cc5..4adb28af9586b07deb59be00e809bff83f6930d5 100644 (file)
@@ -4,7 +4,6 @@ plugins {
 }
 
 repositories {
-    // Use Maven Central for resolving dependencies.
     mavenCentral()
 }
 
@@ -26,9 +25,10 @@ tasks.named<Test>("test") {
     useJUnitPlatform()
 }
 
+val version = "0.2.0"
 
 mavenPublishing {
-    coordinates("io.github.aloussase", "configvalidator", "0.1.0")
+    coordinates("io.github.aloussase", "configvalidator", version)
     pom {
         name.set("Config Validator")
         description.set("Rule engine to validate configuration coming from different sources.")