Skip to content

Commit

Permalink
chore: Change publishing to Gradle portal instead
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Aug 31, 2023
1 parent 8e67da4 commit d738b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
}
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=dev.triumphteam
version=1.0-SNAPSHOT
version=0.0.1

0 comments on commit d738b99

Please sign in to comment.