mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
Fix Packages URI
This commit is contained in:
2
.github/workflows/build_gradle_project.yaml
vendored
2
.github/workflows/build_gradle_project.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user