Skip to content

Commit

Permalink
Publish now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 13, 2023
1 parent 251e643 commit c7a84b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platforms/paper/build.gradle.kts
Expand Up @@ -104,11 +104,11 @@ publishing {
val repo = if (beta) "beta" else "releases"
maven("https://repo.crazycrew.us/$repo") {
name = "crazycrew"
credentials(PasswordCredentials::class)
//credentials(PasswordCredentials::class)

credentials {
username = System.getenv("REPOSITORY_USERNAME")
password = System.getenv("REPOSITORY_PASSWORD")
username = System.getenv("CRAZYCREW_USERNAME")
password = System.getenv("CRAZYCREW_PASSWORD")
}
}
}
Expand Down

0 comments on commit c7a84b0

Please sign in to comment.