Skip to content

Commit ff59bb3

Browse files
committed
Configure resources filtering encoding
Closes gh-24576
1 parent 5fa5b62 commit ff59bb3

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-parent

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ publishing.publications.withType(MavenPublication) {
125125
delegate.groupId('org.apache.maven.plugins')
126126
delegate.artifactId('maven-resources-plugin')
127127
configuration {
128+
delegate.propertiesEncoding('${project.build.sourceEncoding}')
128129
delimiters {
129130
delegate.delimiter('${resource.delimiter}')
130131
}

0 commit comments

Comments
 (0)