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

Fix API publish

This commit is contained in:
Dreeam
2024-07-17 02:25:16 +08:00
parent 0bae9452af
commit c62fc78f1b
2 changed files with 10 additions and 14 deletions

View File

@@ -112,12 +112,6 @@ allprojects {
credentials.username = System.getenv("REPO_USER")
credentials.password = System.getenv("REPO_PASSWORD")
}
publications {
register<MavenPublication>("gpr") {
from(components["java"])
}
}
}
}
}