Skip to content

Commit

Permalink
Update sf-project-conventions.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE authored Nov 6, 2024
1 parent 9aaaa22 commit 0bfc6f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/sf-project-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ plugins {

publishing {
repositories {
maven("https://repo.codemc.org/repository/AlexProgrammerDE/") {
val repoName = if (version.toString().endsWith("SNAPSHOT")) "maven-snapshots" else "maven-releases"
maven("https://repo.codemc.org/repository/${repoName}/") {
name = "codemc"
credentials {
username = System.getenv("CODEMC_USERNAME")
Expand Down

0 comments on commit 0bfc6f4

Please sign in to comment.