Skip to content

Commit

Permalink
Configure resources filtering encoding
Browse files Browse the repository at this point in the history
Closes gh-24576
  • Loading branch information
snicoll committed Dec 23, 2020
1 parent 5fa5b62 commit ff59bb3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -125,6 +125,7 @@ publishing.publications.withType(MavenPublication) {
delegate.groupId('org.apache.maven.plugins')
delegate.artifactId('maven-resources-plugin')
configuration {
delegate.propertiesEncoding('${project.build.sourceEncoding}')
delimiters {
delegate.delimiter('${resource.delimiter}')
}
Expand Down

0 comments on commit ff59bb3

Please sign in to comment.