Tweak TR build script, remove some broken things
This commit is contained in:
parent
0cfcfc5f20
commit
79c17600b0
1 changed files with 2 additions and 12 deletions
10
build.gradle
10
build.gradle
|
@ -86,18 +86,9 @@ dependencies {
|
||||||
modCompile 'io.github.cottonmc:LibCD:1.3.3+1.14.4'
|
modCompile 'io.github.cottonmc:LibCD:1.3.3+1.14.4'
|
||||||
|
|
||||||
def rcVersion = 'RebornCore:RebornCore-1.14.4:+'
|
def rcVersion = 'RebornCore:RebornCore-1.14.4:+'
|
||||||
|
|
||||||
//Hopefully this doesnt break too much eek
|
|
||||||
if(Boolean.parseBoolean(System.getProperty("idea.sync.active", "false"))){
|
|
||||||
compile (rcVersion) {
|
|
||||||
transitive = false
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
modCompile (rcVersion) {
|
modCompile (rcVersion) {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
include rcVersion
|
include rcVersion
|
||||||
|
|
||||||
compile 'org.checkerframework:checker-qual:2.10.0'
|
compile 'org.checkerframework:checker-qual:2.10.0'
|
||||||
|
@ -110,7 +101,6 @@ dependencies {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
compile 'teamreborn:energy:0.0.7'
|
compile 'teamreborn:energy:0.0.7'
|
||||||
|
|
||||||
//Test Generators mod
|
//Test Generators mod
|
||||||
|
|
Loading…
Reference in a new issue