Revert "Et tu, Brute?"

This reverts commit fbe63feffd.
This commit is contained in:
Sollace 2019-06-01 21:31:13 +02:00
parent 7fbcc56d5e
commit a0ed709d18

View file

@ -92,7 +92,7 @@ tasks.withType(JavaCompile) {
task sourcesJar(type: Jar, dependsOn: classes) { task sourcesJar(type: Jar, dependsOn: classes) {
archiveClassifier = "sources" classifier = "sources"
from sourceSets.main.allSource from sourceSets.main.allSource
} }