9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

[ci skip] Update API publish work

This commit is contained in:
Dreeam
2024-05-07 09:04:40 -04:00
parent b81d95630e
commit 28d9a1f3a8
5 changed files with 17 additions and 18 deletions

View File

@@ -86,7 +86,7 @@ paperweight {
}
tasks.generateDevelopmentBundle {
apiCoordinates = "org.dreeam.leaf:leaf-api"
apiCoordinates = "cn.dreeam.leaf:leaf-api"
mojangApiCoordinates = "io.papermc.paper:paper-mojangapi"
libraryRepositories.set(
listOf(
@@ -113,8 +113,8 @@ allprojects {
name = "leaf"
url = uri("https://maven.pkg.github.com/Winds-Studio/Leaf")
credentials.username = System.getenv("GITHUB_USERNAME")
credentials.password = System.getenv("GITHUB_TOKEN")
credentials.username = System.getenv("REPO_PASSWORD")
credentials.password = System.getenv("REPO_USER")
}
publications {