Removed classifier's as they are no longer needed in gradle 18
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user