Refactor: Replace Rörledning with Cloud-Services (#3409)

* Refactor: Replace Rörledning with Cloud-Services

Cloud-Services is actually maintained, as opposed to Rörledning. Furthermore, Rörledning is available through Maven Central, whereas rörledning isn't.

This is a semi-breaking change, but because we relocate, it might be fine? Either way, this is a necessary change.

* build: Provide jsr at runtime

* Merge branch 'v6' into refactor/v6/cloud-services

Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
Alexander Söderberg
2021-12-31 15:49:11 +01:00
committed by GitHub
parent 07fdc94dd8
commit fd0c2050d8
8 changed files with 19 additions and 14 deletions

View File

@ -32,6 +32,11 @@ allprojects {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
maven {
name = "Sonatype OSS (S01)"
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
maven {
name = "Jitpack"
url = uri("https://jitpack.io")