Et tu, Brute?

This commit is contained in:
Sollace 2019-06-01 21:15:48 +02:00
parent 05a882c515
commit fbe63feffd

View file

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