aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJohann Bernhardt <johann.bernhardt@tum.de>2021-10-26 23:03:24 +0200
committerJohann Bernhardt <johann.bernhardt@tum.de>2021-10-26 23:03:24 +0200
commitdc1536b052fcc2d7c5c12cfb004c92e353847877 (patch)
treee3d27a815ab3c031776fb4c80e2315762202840f /build.gradle
parent5267039dbda8b816fe635eb19d45fc7641130279 (diff)
downloadGT5-Unofficial-dc1536b052fcc2d7c5c12cfb004c92e353847877.tar.gz
GT5-Unofficial-dc1536b052fcc2d7c5c12cfb004c92e353847877.tar.bz2
GT5-Unofficial-dc1536b052fcc2d7c5c12cfb004c92e353847877.zip
Integrated visual prospecting as optional dependency. It will run without
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 8e7fae74e6..ebaff278de 100644
--- a/build.gradle
+++ b/build.gradle
@@ -69,6 +69,9 @@ repositories {
maven { // AppleCore
url "http://www.ryanliptak.com/maven/"
}
+ maven {
+ url = "https://jitpack.io"
+ }
}
dependencies {
@@ -82,6 +85,9 @@ dependencies {
provided ("com.enderio:EnderIO:${config.enderio.version}:dev") {
transitive = false
}
+ compileOnly("com.github.SinTh0r4s:VisualProspecting:${config.visualprospecting.version}") {
+ transitive = false
+ }
}
task devJar(type: Jar) {
from sourceSets.main.output