mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Try to fix gradle
This commit is contained in:
parent
5afee683b2
commit
fe8c7b3d3b
1 changed files with 1 additions and 7 deletions
|
@ -11,8 +11,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:3.+'
|
||||
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
|
||||
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
|
||||
}
|
||||
}
|
||||
|
@ -23,7 +22,6 @@ plugins {
|
|||
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'org.spongepowered.mixin'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
|
@ -80,10 +78,6 @@ minecraft {
|
|||
|
||||
}
|
||||
|
||||
mixin {
|
||||
defaultObfuscationEnv notch
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
common {
|
||||
// code shared between HDSkins and MineLP mods
|
||||
|
|
Loading…
Reference in a new issue