Skip to content

Commit

Permalink
Merge pull request #23 from s50600822/main
Browse files Browse the repository at this point in the history
classifier is deprecated since gradle 5.1(replaced by archiveClassifier) and removed in 8
  • Loading branch information
v1r3n authored Dec 22, 2023
2 parents c016206 + fd4eb95 commit d73a991
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 d73a991

Please sign in to comment.