We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b070c39 + ff59bb3 commit 7c767e9Copy full SHA for 7c767e9
spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle
@@ -125,6 +125,7 @@ publishing.publications.withType(MavenPublication) {
125
delegate.groupId('org.apache.maven.plugins')
126
delegate.artifactId('maven-resources-plugin')
127
configuration {
128
+ delegate.propertiesEncoding('${project.build.sourceEncoding}')
129
delimiters {
130
delegate.delimiter('${resource.delimiter}')
131
}
0 commit comments