mirror of
https://github.com/fankes/TSBattery.git
synced 2025-12-11 08:03:37 +08:00
chore: update buildscript
This commit is contained in:
@@ -22,6 +22,10 @@ plugins {
|
|||||||
gropify {
|
gropify {
|
||||||
global {
|
global {
|
||||||
common {
|
common {
|
||||||
|
includeKeys(
|
||||||
|
"GITHUB_CI_COMMIT_ID",
|
||||||
|
"^project\\..*\$".toRegex()
|
||||||
|
)
|
||||||
permanentKeyValues("GITHUB_CI_COMMIT_ID" to "")
|
permanentKeyValues("GITHUB_CI_COMMIT_ID" to "")
|
||||||
locations(GropifyLocation.RootProject, GropifyLocation.SystemEnv)
|
locations(GropifyLocation.RootProject, GropifyLocation.SystemEnv)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user