aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorBuildTools <james.jenour@protonmail.com>2021-06-06 23:35:32 +0800
committerBuildTools <james.jenour@protonmail.com>2021-06-06 23:35:32 +0800
commit48f309c1676626e0c8d0128220e50e51247c9abb (patch)
tree53cf633aacd4e297de7a3925825af4ed4a1b135f /build.gradle
parent87e44e6a9443b51016964a94254875cb9761a604 (diff)
downloadNotEnoughUpdates-48f309c1676626e0c8d0128220e50e51247c9abb.tar.gz
NotEnoughUpdates-48f309c1676626e0c8d0128220e50e51247c9abb.tar.bz2
NotEnoughUpdates-48f309c1676626e0c8d0128220e50e51247c9abb.zip
ironmoon
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
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'))