mirror of
https://github.com/HighCapable/SweetProperty.git
synced 2025-09-04 01:35:37 +08:00
chore: specify project name in properties
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Project Configuration
|
||||
project.name=SweetProperty
|
||||
project.url=https://github.com/HighCapable/SweetProperty
|
||||
project.groupName=com.highcapable.sweetproperty
|
||||
project.moduleName=sweet-property
|
||||
project.version=1.0.5
|
||||
|
@@ -17,6 +17,7 @@ sweetProperty {
|
||||
global {
|
||||
sourcesCode {
|
||||
className = rootProject.name
|
||||
includeKeys("^project\\..*\$".toRegex())
|
||||
isEnableRestrictedAccess = true
|
||||
}
|
||||
}
|
||||
|
@@ -35,5 +35,5 @@ object SweetProperty {
|
||||
const val VERSION = SweetPropertyProperties.PROJECT_VERSION
|
||||
|
||||
/** 项目地址 */
|
||||
const val PROJECT_URL = SweetPropertyProperties.POM_URL
|
||||
const val PROJECT_URL = SweetPropertyProperties.PROJECT_URL
|
||||
}
|
Reference in New Issue
Block a user