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.
1 parent 9906449 commit c25c29bCopy full SHA for c25c29b
starter/spring-boot-starter-parent/build.gradle
@@ -40,6 +40,7 @@ publishing.publications.withType(MavenPublication) {
40
delegate."project.build.sourceEncoding"('UTF-8')
41
delegate."project.reporting.outputEncoding"('UTF-8')
42
delegate."spring-boot.run.main-class"('${start-class}')
43
+ delegate."maven.compiler.proc"('full')
44
}
45
46
root.scm.plus {
0 commit comments