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 0c5c760 commit fd4eb95Copy full SHA for fd4eb95
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