chore: update buildscript

This commit is contained in:
2025-11-12 18:30:59 +08:00
parent 3c9169d2f6
commit b42ca8c6dc

View File

@@ -22,6 +22,10 @@ plugins {
gropify {
global {
common {
includeKeys(
"GITHUB_CI_COMMIT_ID",
"^project\\..*\$".toRegex()
)
permanentKeyValues("GITHUB_CI_COMMIT_ID" to "")
locations(GropifyLocation.RootProject, GropifyLocation.SystemEnv)
}