chore: specify project name in properties

This commit is contained in:
2023-12-28 23:25:50 +08:00
parent b0c8b08b7d
commit c5ef7af843
3 changed files with 3 additions and 1 deletions

View File

@@ -37,5 +37,5 @@ object FlexiLocale {
const val VERSION = FlexiLocaleProperties.PROJECT_VERSION
/** 项目地址 */
const val PROJECT_URL = FlexiLocaleProperties.POM_URL
const val PROJECT_URL = FlexiLocaleProperties.PROJECT_URL
}

View File

@@ -1,5 +1,6 @@
# Project Configuration
project.name=FlexiLocale
project.url=https://github.com/BetterAndroid/FlexiLocale
project.groupName=com.highcapable.flexilocale
project.moduleName=flexi-locale
project.version=1.0.1

View File

@@ -16,6 +16,7 @@ sweetProperty {
global {
sourcesCode {
className = rootProject.name
includeKeys("^project\\..*\$".toRegex())
isEnableRestrictedAccess = true
}
}