mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Release 1.11.0.3
This commit is contained in:
parent
cccfbbded7
commit
aa0e2e1230
3 changed files with 4 additions and 22 deletions
20
build.gradle
20
build.gradle
|
@ -17,16 +17,14 @@ buildscript {
|
|||
dependencies {
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
|
||||
classpath 'org.spongepowered:mixingradle:0.4-SNAPSHOT'
|
||||
classpath 'gradle.plugin.mnm.mods.kappa:ap-ide:1.0.5'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'net.minecraftforge.gradle.liteloader'
|
||||
apply plugin: 'org.spongepowered.mixin'
|
||||
apply plugin: 'mnm.gradle.ap-ide'
|
||||
|
||||
group = 'com.minelittlepony'
|
||||
version = '1.11.0.3-beta2'
|
||||
version = '1.11.0.3'
|
||||
description = 'Mine Little Pony'
|
||||
|
||||
targetCompatibility = 1.8
|
||||
|
@ -73,22 +71,6 @@ litemod.json {
|
|||
]
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
dependencies {
|
||||
// add mixin to the factory path
|
||||
// use same version as liteloader
|
||||
def liteloader = project.plugins['net.minecraftforge.gradle.liteloader']
|
||||
def artifact = liteloader.artifact.libraries
|
||||
.collect {it.name}
|
||||
.find {it.contains 'mixin'}
|
||||
factory artifact
|
||||
}
|
||||
processor {
|
||||
// tell the processor where the reobf file is
|
||||
options.reobfSrgFile = mixin.reobfSrgFile
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
from sourceSets.hdskins.output
|
||||
from litemod.outputs
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Wed Dec 21 13:27:40 EST 2016
|
||||
build.number=294
|
||||
#Sat Dec 24 04:16:32 EST 2016
|
||||
build.number=295
|
||||
|
|
2
buildSrc
2
buildSrc
|
@ -1 +1 @@
|
|||
Subproject commit f4a8929efc6ecd2f797ddad1f28c48b2c3745104
|
||||
Subproject commit 7f6a9b2e44fc9496be253f1595b8585958e04c01
|
Loading…
Reference in a new issue