build: use tokenMap in build

This commit is contained in:
William 2024-08-11 13:23:48 +01:00
parent 3a3f42f489
commit 77254f9228
No known key found for this signature in database

View File

@ -59,8 +59,7 @@ processResources {
tokenMap.merge("grgit",'',(s, s2) -> s)
filesMatching(['**/*.json', '**/*.yml']) {
filter ReplaceTokens as Class, beginToken: '${', endToken: '}',
tokens: rootProject.ext.properties
tokens: tokenMap
tokens: tokenMap
}
}