diff --git a/build.gradle.kts b/build.gradle.kts index cbc702b..774d8ea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,22 +36,9 @@ gradlePlugin { create("cataloger") { id = "dev.triumphteam.cataloger" displayName = "Cataloger" - description = "Yeah" - // tags.set(listOf("tags", "for", "your", "plugins")) + description = "Join and validate version catalogs before publishing them." + tags.set(listOf("version-catalog")) implementationClass = "dev.triumphteam.cataloger.CatalogerPlugin" } } } - -publishing { - repositories { - maven { - credentials { - username = System.getenv("REPO_USER") - password = System.getenv("REPO_PASS") - } - - url = uri("https://repo.triumphteam.dev/snapshots/") - } - } -} diff --git a/gradle.properties b/gradle.properties index cc3187a..f181039 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=dev.triumphteam -version=1.0-SNAPSHOT +version=0.0.1