Slackbot
09/21/2023, 7:08 AMSebastian Schuberth
09/21/2023, 7:17 AMThere is nothing in the version catalog to specify classifiers. You have to put the classifier in the dependency declaration
Vladimir Orany
09/21/2023, 7:19 AMThomas Broyer
09/21/2023, 7:19 AMdependencies {
myConfiguration(libs.ersatz) {
artifact {
classifier = 'safe'
type = 'jar'
}
}
}
Vladimir Orany
09/21/2023, 7:21 AMbundles
😞Thomas Broyer
09/21/2023, 7:24 AM