1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2025-02-16 01:41:22 +01:00

Update Substance to fix fancy launcher on Java 9+

using a different fork that still supports java 8 :)
This commit is contained in:
Henry Le Grys 2020-12-22 22:51:14 +00:00
parent eb065fb8b0
commit cddacf71cd
2 changed files with 8 additions and 2 deletions

View File

@ -34,7 +34,6 @@ subprojects {
repositories {
mavenCentral()
maven { url "http://repo.maven.apache.org/maven2" }
}
if (JavaVersion.current().isJava8Compatible()) {

View File

@ -5,9 +5,16 @@ plugins {
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 {