Fixed a lack of -dist jars.

This commit is contained in:
Me4502 2016-11-19 11:43:22 +10:00 committed by wizjany
parent b8221e28d4
commit ad1bf9cf92

View File

@ -39,11 +39,6 @@ shadowJar {
}
}
task deobfJar(type: Jar) {
from sourceSets.main.output
classifier = 'dev'
}
artifacts {
archives deobfJar
archives shadowJar
}