mirror of
https://github.com/fankes/TSBattery.git
synced 2025-12-10 15:43:37 +08:00
chore: bump dependencies
This commit is contained in:
@@ -3,7 +3,6 @@ pluginManagement {
|
|||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
@@ -17,7 +16,7 @@ dependencyResolutionManagement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
id("com.highcapable.gropify") version "1.0.0"
|
id("com.highcapable.gropify") version "1.0.1"
|
||||||
}
|
}
|
||||||
gropify {
|
gropify {
|
||||||
global {
|
global {
|
||||||
@@ -31,8 +30,8 @@ gropify {
|
|||||||
}
|
}
|
||||||
android {
|
android {
|
||||||
includeKeys("GITHUB_CI_COMMIT_ID")
|
includeKeys("GITHUB_CI_COMMIT_ID")
|
||||||
// 关闭类型自动转换功能,防止一些特殊 "COMMIT ID" 被生成为数值
|
// 手动指定类型,防止一些特殊 "COMMIT ID" 被生成为数值
|
||||||
useTypeAutoConversion = false
|
keyValuesRules("GITHUB_CI_COMMIT_ID" to ValueRule(String::class))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rootProject { common { isEnabled = false } }
|
rootProject { common { isEnabled = false } }
|
||||||
|
|||||||
Reference in New Issue
Block a user