diff --git a/settings.gradle.kts b/settings.gradle.kts index d6a8e2b..70d7570 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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) }