From ff59bb3abf2328048c08ea99422f04ed154dbe86 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Dec 2020 10:44:06 +0100 Subject: [PATCH] Configure resources filtering encoding Closes gh-24576 --- .../spring-boot-starters/spring-boot-starter-parent/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle index 483578da3c54..6a10c7c13d82 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle @@ -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}') }