mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Et tu, Brute?
This commit is contained in:
parent
05a882c515
commit
fbe63feffd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue