chore: merge to new maven publish way

This commit is contained in:
2023-12-28 21:05:31 +08:00
parent e28c9feb20
commit e5e5915618
3 changed files with 20 additions and 45 deletions

View File

@@ -35,5 +35,5 @@ object SweetProperty {
const val VERSION = SweetPropertyProperties.PROJECT_VERSION
/** 项目地址 */
const val PROJECT_URL = SweetPropertyProperties.PROJECT_URL
const val PROJECT_URL = SweetPropertyProperties.POM_URL
}