mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Modify move maven configs from .gradle to .maven directory and make it to json file
This commit is contained in:
@@ -70,8 +70,9 @@ publishing {
|
||||
name = rootProject.ext.ossName
|
||||
url = rootProject.ext.ossUrl
|
||||
credentials {
|
||||
username = getFileContent("OSSRH_USERNAME")
|
||||
password = getFileContent("OSSRH_PASSWORD")
|
||||
def configs = getMavenCredentials(projectDir)
|
||||
username = configs.username
|
||||
password = configs.password
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user