Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

classifier is deprecated in favor of archiveClassifier - eg: https://… #3817

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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
Loading