We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7970bf2 commit d61029aCopy full SHA for d61029a
spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle
@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
191
dependency {
192
delegate.groupId('org.springframework.boot')
193
delegate.artifactId('spring-boot-maven-plugin')
194
- delegate.version('${project.version}')
+ delegate.version("${project.version}")
195
}
196
197
executions {
0 commit comments