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
07873056ed
commit
130085c718
1 changed files with 0 additions and 4 deletions
|
@ -64,7 +64,6 @@ sourceSets {
|
|||
compileClasspath += main.compileClasspath
|
||||
compileClasspath += main.output
|
||||
compileClasspath += common.output
|
||||
compileClasspath += hdskins.output
|
||||
ext.refMap = 'minelp.mixin.refmap.json'
|
||||
}
|
||||
main {
|
||||
|
@ -104,7 +103,6 @@ minecraft {
|
|||
mods {
|
||||
minelittlepony {
|
||||
source sourceSets.common
|
||||
source sourceSets.hdskins
|
||||
source sourceSets.client
|
||||
source sourceSets.main
|
||||
|
||||
|
@ -208,8 +206,6 @@ task srgJar(type: Jar) {
|
|||
from sourceSets.client.output
|
||||
from sourceSets.fml.output
|
||||
|
||||
from sourceSets.hdskins.output
|
||||
|
||||
// replace '@VERSION@', project.version
|
||||
|
||||
classifier "mc$minecraft.version-srg"
|
||||
|
|
Loading…
Reference in a new issue