Removed Hywla for now due to breaking our builds (#4421)

Once they provide a maven repo and a reliable backup, it will be added again.
This commit is contained in:
yueh
2020-06-18 16:02:24 +02:00
committed by GitHub
parent 65d4f2fd1a
commit 10ab5d0d5a
19 changed files with 2 additions and 1492 deletions
-7
View File
@@ -59,11 +59,6 @@ repositories {
url "http://maven.k-4u.nl/"
}
maven { // Hwyla
name 'tehnut'
url "https://tehnut.info/maven/"
}
maven { // CraftTweaker
name 'jared maven'
url "http://maven.blamejared.com/"
@@ -80,14 +75,12 @@ dependencies {
// compile against provided APIs
compileOnly "mezz.jei:jei-${minecraft_version}:${jei_version}:api"
compileOnly "mcp.mobius.waila:Hwyla:${hwyla_version}:api"
//compileOnly "net.darkhax.tesla:Tesla-1.12.2:${tesla_version}"
//compileOnly "net.industrial-craft:industrialcraft-2:${ic2_version}:api"
compileOnly "mcjty.theoneprobe:TheOneProbe-${minecraft_release}:${minecraft_release}-${top_version}:api"
// Runtime, Mods
runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
runtimeOnly fg.deobf("mcp.mobius.waila:Hwyla:${hwyla_version}")
// unit test dependencies
testCompile "junit:junit:4.13"
+2 -1
View File
@@ -26,6 +26,7 @@ spotless {
}
format 'json', {
target 'src/*/resources/**/*.json'
targetExclude 'src/generated/resources/**'
prettier().config(['parser': 'json'])
}
}
}