diff --git a/build.gradle b/build.gradle index 8565ca4..4d47925 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,6 @@ repositories { mavenCentral() - maven { url "http://repo.maven.apache.org/maven2" } } if (JavaVersion.current().isJava8Compatible()) { diff --git a/launcher-fancy/build.gradle b/launcher-fancy/build.gradle index 5b5f8e0..b572da7 100644 --- a/launcher-fancy/build.gradle +++ b/launcher-fancy/build.gradle @@ -5,9 +5,16 @@ mainClassName = "com.skcraft.launcher.FancyLauncher" +repositories { + maven { + name = 'cottonmc-maven' + url = 'https://server.bbkr.space/artifactory/libs-snapshot/' + } +} + dependencies { compile project(':launcher') - compile 'com.github.insubstantial:substance:7.3' + compile 'io.github.cottonmc.insubstantial:substance:7.3.1-20190628.121938-1' } shadowJar {