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:
@@ -112,12 +112,6 @@ allprojects {
|
||||
credentials.username = System.getenv("REPO_USER")
|
||||
credentials.password = System.getenv("REPO_PASSWORD")
|
||||
}
|
||||
|
||||
publications {
|
||||
register<MavenPublication>("gpr") {
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user