mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-23 12:05:44 +01:00
Switch to different maven repository for launcher-fancy dependency
seems like server.bbkr.space went down, so I republished
This commit is contained in:
parent
e22e70ea81
commit
ee272cbbc1
@ -7,14 +7,14 @@ mainClassName = "com.skcraft.launcher.FancyLauncher"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
name = 'cottonmc-maven'
|
||||
url = 'https://server.bbkr.space/artifactory/libs-snapshot/'
|
||||
name = 'obw maven'
|
||||
url = 'https://maven.offbeatwit.ch/repository/snapshots'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':launcher')
|
||||
compile 'io.github.cottonmc.insubstantial:substance:7.3.1-20190628.121938-1'
|
||||
compile 'io.github.cottonmc.insubstantial:substance:7.3.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
Loading…
Reference in New Issue
Block a user