mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-05 14:11:34 +00:00
Fix repository name for GitHub Packages
This commit is contained in:
@ -65,7 +65,7 @@ publishing {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
name = "github-packages"
|
name = "GitHubPackages"
|
||||||
url = uri("https://maven.pkg.github.com/gaypizzaspecifications/concrete")
|
url = uri("https://maven.pkg.github.com/gaypizzaspecifications/concrete")
|
||||||
credentials {
|
credentials {
|
||||||
username = project.findProperty("github.username") as String? ?: "unknown"
|
username = project.findProperty("github.username") as String? ?: "unknown"
|
||||||
|
Reference in New Issue
Block a user