Skip to content

Commit d73a991

Browse files
authored
Merge pull request #23 from s50600822/main
classifier is deprecated since gradle 5.1(replaced by archiveClassifier) and removed in 8
2 parents c016206 + fd4eb95 commit d73a991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jar {
8888

8989
bootJar {
9090
mainClass = 'com.netflix.conductor.Conductor'
91-
classifier = 'boot'
91+
archiveClassifier = 'boot'
9292
}
9393

9494
// https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/htmlsingle/#integrating-with-actuator.build-info

0 commit comments

Comments
 (0)