Commit ff59bb3a authored by Stephane Nicoll's avatar Stephane Nicoll

Configure resources filtering encoding

Closes gh-24576
parent 5fa5b624
...@@ -125,6 +125,7 @@ publishing.publications.withType(MavenPublication) { ...@@ -125,6 +125,7 @@ publishing.publications.withType(MavenPublication) {
delegate.groupId('org.apache.maven.plugins') delegate.groupId('org.apache.maven.plugins')
delegate.artifactId('maven-resources-plugin') delegate.artifactId('maven-resources-plugin')
configuration { configuration {
delegate.propertiesEncoding('${project.build.sourceEncoding}')
delimiters { delimiters {
delegate.delimiter('${resource.delimiter}') delegate.delimiter('${resource.delimiter}')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment