Remove old sourceJar artifact since its apparently provided

This commit is contained in:
thatsIch 2016-02-16 22:25:31 +01:00
parent 98bded8653
commit 69e41e283d

View file

@ -23,13 +23,6 @@ task javadocJar(type: Jar, dependsOn: myJavadocs) {
from 'build/docs/javadoc/' from 'build/docs/javadoc/'
} }
/*
task sourceJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}
*/
task devJar(type: Jar) { task devJar(type: Jar) {
manifest { manifest {