aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-08-09 16:45:41 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-08-09 16:45:41 +0800
commitdd680c2cd41f11eccd294ca30c38b82565cd1633 (patch)
treee873496059cb33d45bbd72ca058e5e9e65de30ab /build.gradle
parent10fa4cea1da644efe5b3045d3159a3eebdb8c0a8 (diff)
downloadRoughlyEnoughItems-dd680c2cd41f11eccd294ca30c38b82565cd1633.tar.gz
RoughlyEnoughItems-dd680c2cd41f11eccd294ca30c38b82565cd1633.tar.bz2
RoughlyEnoughItems-dd680c2cd41f11eccd294ca30c38b82565cd1633.zip
Auto Crafting should work perfectly on vanilla stuff now
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 2de509dfa..270ff37d7 100755
--- a/build.gradle
+++ b/build.gradle
@@ -68,6 +68,7 @@ dependencies {
modImplementation "io.github.prospector.modmenu:ModMenu:${modmenu_version}"
compile "org.lwjgl:lwjgl-jemalloc:3.2.1"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
+ implementation 'org.jetbrains:annotations:15.0'
}
task sourcesJar(type: Jar, dependsOn: classes) {