Move to RC's fluid instance, closes #1826
This commit is contained in:
parent
fcfd387bc0
commit
2f9b154e22
8 changed files with 15 additions and 15 deletions
12
build.gradle
12
build.gradle
|
@ -76,7 +76,6 @@ dependencies {
|
|||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.1+build.208"
|
||||
|
||||
modCompile "io.github.prospector:modmenu:1.7.7+build.116"
|
||||
modCompile "io.github.prospector.silk:SilkAPI:1.2.4-43"
|
||||
modCompile ("me.shedaniel:RoughlyEnoughItems:3.0-pre+build.1") {
|
||||
//Thanks for moving the project breaking gradle...
|
||||
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
|
||||
|
@ -90,17 +89,20 @@ dependencies {
|
|||
transitive = false
|
||||
}
|
||||
} else {
|
||||
modCompile (rcVersion){
|
||||
modCompile (rcVersion) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
include rcVersion
|
||||
|
||||
|
||||
compile 'org.checkerframework:checker-qual:2.10.0'
|
||||
compile 'org.spongepowered:configurate-hocon:3.6'
|
||||
|
||||
compile 'org.checkerframework:checker-qual:2.10.0'
|
||||
compileOnly "com.google.code.findbugs:jsr305:+"
|
||||
|
||||
modCompile ('com.github.Virtuoel:Towelette:519538e54b') {
|
||||
modCompileOnly ('com.github.Virtuoel:Towelette:519538e54b') {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue