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:
parent
eb065fb8b0
commit
cddacf71cd
@ -34,7 +34,6 @@ subprojects {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "http://repo.maven.apache.org/maven2" }
|
||||
}
|
||||
|
||||
if (JavaVersion.current().isJava8Compatible()) {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user