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
14
build.gradle
14
build.gradle
|
@ -86,18 +86,9 @@ dependencies {
|
|||
modCompile 'io.github.cottonmc:LibCD:1.3.3+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) {
|
||||
transitive = false
|
||||
}
|
||||
modCompile (rcVersion) {
|
||||
transitive = false
|
||||
}
|
||||
|
||||
include rcVersion
|
||||
|
||||
compile 'org.checkerframework:checker-qual:2.10.0'
|
||||
|
@ -110,7 +101,6 @@ dependencies {
|
|||
transitive = false
|
||||
}
|
||||
|
||||
|
||||
compile 'teamreborn:energy:0.0.7'
|
||||
|
||||
//Test Generators mod
|
||||
|
|
Loading…
Reference in a new issue