forked from Upstream/Velocitab
build: use tokenMap in build
This commit is contained in:
parent
3a3f42f489
commit
77254f9228
@ -59,7 +59,6 @@ processResources {
|
||||
tokenMap.merge("grgit",'',(s, s2) -> s)
|
||||
filesMatching(['**/*.json', '**/*.yml']) {
|
||||
filter ReplaceTokens as Class, beginToken: '${', endToken: '}',
|
||||
tokens: rootProject.ext.properties
|
||||
tokens: tokenMap
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user