diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index 16fc4911..0c21ffa3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,4 @@ buildscript { - repositories { jcenter() maven { @@ -10,14 +9,14 @@ buildscript { maven { url = "https://repo.spongepowered.org/maven" } } dependencies { - classpath "com.github.asbyth:ForgeGradle:86b2392" - classpath 'com.github.LxGaming:MixinGradle:0.6-SNAPSHOT' + classpath "com.github.asbyth:ForgeGradle:6f53277" + classpath 'com.github.LxGaming:MixinGradle:d75e32e'//0.6-SNAPSHOT' classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0' } } apply plugin: 'java' -apply plugin: 'net.minecraftforge.gradle.forge' +apply plugin: "net.minecraftforge.gradle.forge" apply plugin: 'org.spongepowered.mixin' apply plugin: 'com.github.johnrengelman.shadow' @@ -49,7 +48,6 @@ dependencies { annotationProcessor('org.spongepowered:mixin:0.7.11-SNAPSHOT') compile('com.fasterxml.jackson.core:jackson-core:2.10.2') compile('info.bliki.wiki:bliki-core:3.1.0') - implementation name: 'Morus-1.0' } mixin { @@ -69,8 +67,6 @@ jar { shadowJar { dependencies { - //include(dependency('org.kohsuke:github-api:1.108')) - //include(dependency('org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r')) include(dependency('org.spongepowered:mixin:0.7.11-SNAPSHOT')) include(dependency('commons-io:commons-io')) |