mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +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 {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = 'cottonmc-maven'
|
name = 'obw maven'
|
||||||
url = 'https://server.bbkr.space/artifactory/libs-snapshot/'
|
url = 'https://maven.offbeatwit.ch/repository/snapshots'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':launcher')
|
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 {
|
shadowJar {
|
||||||
|
Loading…
Reference in New Issue
Block a user