-
Notifications
You must be signed in to change notification settings - Fork 5
/
build.gradle
31 lines (27 loc) · 1.37 KB
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
buildscript {
repositories {
jcenter()
mavenLocal()
mavenCentral()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
}
}
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/base.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/enderstorage.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/thermal.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/thaumcraft.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/ironchest.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/tconstruct.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/immersiveengineering.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/enderio.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/baubles.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/placebo.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/foundry.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/primalcore.gradle'
apply from : 'https://github.com/p455w0rd/buildscripts/raw/master/journeymap.gradle'