Skip to content

Commit

Permalink
classifier is deprecated since gradle 5.1(replaced by archiveClassifi…
Browse files Browse the repository at this point in the history
…er) and removed in 8
  • Loading branch information
s50600822 committed Dec 21, 2023
1 parent 0c5c760 commit fd4eb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jar {

bootJar {
mainClass = 'com.netflix.conductor.Conductor'
classifier = 'boot'
archiveClassifier = 'boot'
}

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

0 comments on commit fd4eb95

Please sign in to comment.