Fix repository name for GitHub Packages

This commit is contained in:
2023-01-24 20:03:27 -08:00
parent fdc124276b
commit f87264235f

View File

@ -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"