Dead Maven
BinaryQuantumSoul opened this issue ยท 1 comments
Issue Description:
The maven http://tehnut.info/maven does not work.
What happens:
java.net.UnknownHostException: tehnut.info
What you expected to happen:
Gradle build succesful
Steps to reproduce:
- add the following to your
build.gradle
:
repositories {
maven {url "http://tehnut.info/maven"}
}
dependencies {
deobfCompile "mcp.mobius.waila:Hwyla:<HWYLA_VERSION>"
}
- run gradle
Affected Versions:
all