diff --git a/flexilocale-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/FlexiLocale.kt b/flexilocale-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/FlexiLocale.kt index 459284b..0666a03 100644 --- a/flexilocale-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/FlexiLocale.kt +++ b/flexilocale-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/FlexiLocale.kt @@ -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 } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b5ac6c5..1501b23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/settings.gradle.kts b/settings.gradle.kts index ba69a93..0bbb219 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,6 +16,7 @@ sweetProperty { global { sourcesCode { className = rootProject.name + includeKeys("^project\\..*\$".toRegex()) isEnableRestrictedAccess = true } }