Fix variable reference in maven-shade-plugin configuration
See gh-20052
This commit is contained in:
committed by
Stephane Nicoll
parent
2020460239
commit
7f23b9dc16
@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
|
||||
dependency {
|
||||
delegate.groupId('org.springframework.boot')
|
||||
delegate.artifactId('spring-boot-maven-plugin')
|
||||
delegate.version('${revision}')
|
||||
delegate.version('${project.version}')
|
||||
}
|
||||
}
|
||||
executions {
|
||||
|
||||
Reference in New Issue
Block a user