mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 02:05:16 +08:00
chore: disable type auto conversion for sweet-property
This commit is contained in:
@@ -21,6 +21,8 @@ sweetProperty {
|
|||||||
sourcesCode {
|
sourcesCode {
|
||||||
propertiesFileNames(".secret/secret.properties")
|
propertiesFileNames(".secret/secret.properties")
|
||||||
includeKeys("GITHUB_CI_COMMIT_ID", "APP_CENTER_SECRET")
|
includeKeys("GITHUB_CI_COMMIT_ID", "APP_CENTER_SECRET")
|
||||||
|
// 关闭类型自动转换功能,防止一些特殊 "COMMIT ID" 被生成为数值
|
||||||
|
isEnableTypeAutoConversion = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rootProject { all { isEnable = false } }
|
rootProject { all { isEnable = false } }
|
||||||
|
Reference in New Issue
Block a user