mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 00:04:23 +01:00
Fix gradle
This commit is contained in:
parent
0ac4d4cba6
commit
fcf90bc62c
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ tasks.withType(JavaCompile) {
|
|||
task sourcesJar(type: Jar, dependsOn: classes) {
|
||||
classifier = "sources"
|
||||
from sourceSets.main.allSource
|
||||
from sourceSets.client.allSource
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Reference in a new issue