mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fix gradle
This commit is contained in:
parent
07873056ed
commit
130085c718
1 changed files with 0 additions and 4 deletions
|
@ -64,7 +64,6 @@ sourceSets {
|
||||||
compileClasspath += main.compileClasspath
|
compileClasspath += main.compileClasspath
|
||||||
compileClasspath += main.output
|
compileClasspath += main.output
|
||||||
compileClasspath += common.output
|
compileClasspath += common.output
|
||||||
compileClasspath += hdskins.output
|
|
||||||
ext.refMap = 'minelp.mixin.refmap.json'
|
ext.refMap = 'minelp.mixin.refmap.json'
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
|
@ -104,7 +103,6 @@ minecraft {
|
||||||
mods {
|
mods {
|
||||||
minelittlepony {
|
minelittlepony {
|
||||||
source sourceSets.common
|
source sourceSets.common
|
||||||
source sourceSets.hdskins
|
|
||||||
source sourceSets.client
|
source sourceSets.client
|
||||||
source sourceSets.main
|
source sourceSets.main
|
||||||
|
|
||||||
|
@ -208,8 +206,6 @@ task srgJar(type: Jar) {
|
||||||
from sourceSets.client.output
|
from sourceSets.client.output
|
||||||
from sourceSets.fml.output
|
from sourceSets.fml.output
|
||||||
|
|
||||||
from sourceSets.hdskins.output
|
|
||||||
|
|
||||||
// replace '@VERSION@', project.version
|
// replace '@VERSION@', project.version
|
||||||
|
|
||||||
classifier "mc$minecraft.version-srg"
|
classifier "mc$minecraft.version-srg"
|
||||||
|
|
Loading…
Reference in a new issue