chore: merge to new maven publish way

This commit is contained in:
2023-12-28 21:02:01 +08:00
parent c6d6de94d6
commit 47a59ae8c7
3 changed files with 20 additions and 45 deletions

View File

@@ -50,5 +50,5 @@ object SweetDependency {
const val VERSION = SweetDependencyProperties.PROJECT_VERSION
/** 项目地址 */
const val PROJECT_URL = SweetDependencyProperties.PROJECT_URL
const val PROJECT_URL = SweetDependencyProperties.POM_URL
}