Removed classifier's as they are no longer needed in gradle 18

This commit is contained in:
coolGi
2023-02-24 19:08:53 +10:30
parent d1670673f2
commit 981d9a095d
3 changed files with 4 additions and 15 deletions
-4
View File
@@ -159,7 +159,6 @@ shadowJar {
// svg
relocate "com.kitfox.svg", "distanthorizons.libraries.kitfox.svg"
classifier "dev-shadow"
mergeServiceFiles()
}
@@ -169,9 +168,6 @@ shadowJar {
// classifier null
//}
jar {
classifier "dev"
}
sourcesJar {
def commonSources = project(":common").sourcesJar