mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-12-12 00:33:43 +08:00
chore: integrated maven publish plugin and some tweaks for publish
This commit is contained in:
@@ -14,7 +14,13 @@ sweetDependency {
|
||||
isUseDependencyResolutionManagement = false
|
||||
}
|
||||
sweetProperty {
|
||||
global { sourcesCode { className = "FlexiUI" } }
|
||||
global {
|
||||
sourcesCode {
|
||||
className = "FlexiUI"
|
||||
includeKeys("^project\\..*\$".toRegex())
|
||||
isEnableRestrictedAccess = true
|
||||
}
|
||||
}
|
||||
rootProject { all { isEnable = false } }
|
||||
project(
|
||||
":samples",
|
||||
|
||||
Reference in New Issue
Block a user