mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-20 01:26:49 +01:00
convert gstring to string
This commit is contained in:
parent
d1bc2f598f
commit
e0e02f38b6
@ -44,7 +44,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
|
||||
|
||||
processResources {
|
||||
from(sourceSets.main.resources.srcDirs) {
|
||||
filter ReplaceTokens, tokens: [name: rootProject.name, version: project.version, description: project.description]
|
||||
filter ReplaceTokens, tokens: [name: rootProject.name, version: project.version.toString(), description: project.description]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user