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 c016206 + fd4eb95 commit d73a991Copy full SHA for d73a991
server/build.gradle
@@ -88,7 +88,7 @@ jar {
88
89
bootJar {
90
mainClass = 'com.netflix.conductor.Conductor'
91
- classifier = 'boot'
+ archiveClassifier = 'boot'
92
}
93
94
// https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/htmlsingle/#integrating-with-actuator.build-info
0 commit comments