ci: fix ci error

github packages is occuring some unknown issues
This commit is contained in:
zihluwang
2024-06-30 13:20:54 +08:00
parent 0dc7a48a6c
commit cc5ed4beec
8 changed files with 0 additions and 72 deletions
-9
View File
@@ -93,15 +93,6 @@ publishing {
password = providers.gradleProperty("repo.maven-central.password").get()
}
}
maven {
name = "githubPackages"
url = URI(providers.gradleProperty("repo.github.host").get())
credentials {
username = providers.gradleProperty("repo.github.username").get()
password = providers.gradleProperty("repo.github.password").get()
}
}
}
}
}