Fix Packages URI

This commit is contained in:
AngrySoundTech
2024-02-07 20:51:24 -05:00
parent e8877d79b9
commit 99d0940197
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# This workflow can be used to build any gradle project in the repo
name: Build Gradle Project
name: Gradle | Build Project
on:
workflow_dispatch:

View File

@@ -1,5 +1,5 @@
# This workflow can be used to publish any gradle project in the repo
name: Publish Gradle Project
name: Gradle | Publish Project
on:
workflow_dispatch:

View File

@@ -38,7 +38,7 @@ pluginManager.withPlugin("maven-publish") {
if (githubActor && githubToken) {
maven {
name = "GitHubPackages"
url = URI("https://maven.pkg.github.com/CivMC/Civ")
url = "https://maven.pkg.github.com/CivMC/Civ"
credentials {
username = githubActor
password = githubToken