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 2a7e5ef9c9
commit 7403657d83
-1
View File
@@ -15,7 +15,6 @@ shadowJar {
// SVG
relocate 'com.kitfox.svg', 'distanthorizons.libraries.kitfox.svg'
classifier null
mergeServiceFiles()
}