mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Removed the unused mixin-gradle plugin
This commit is contained in:
parent
cc7c0aba10
commit
2cb44efba1
1 changed files with 0 additions and 6 deletions
|
@ -16,11 +16,9 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:' + project.forgeGradleVersion
|
||||
classpath 'org.spongepowered:mixingradle:' + project.mixinGradleVersion
|
||||
}
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'org.spongepowered.mixin'
|
||||
|
||||
def ver = "${project.buildType}${project.buildVersion}.${project.buildRevision}"
|
||||
|
||||
|
@ -39,10 +37,6 @@ minecraft {
|
|||
replace '@DESCRIPTION@', project.description
|
||||
}
|
||||
|
||||
mixin {
|
||||
defaultObfuscationEnv notch
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
|
|
Loading…
Reference in a new issue