Skip to content

Commit a33f41a

Browse files
committed
chore: Make domination up to date (1)
1 parent f7e63ba commit a33f41a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

build.gradle.kts

+8-4
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,25 @@ toxopid {
3131

3232
repositories {
3333
mavenCentral()
34-
maven("https://maven.xpdustry.fr/releases") {
34+
maven("https://maven.xpdustry.com/releases") {
3535
name = "xpdustry-repository-releases"
3636
mavenContent { releasesOnly() }
3737
}
38-
maven("https://maven.xpdustry.fr/legacy-releases") {
38+
maven("https://maven.xpdustry.com/legacy-releases") {
3939
name = "xpdustry-repository-releases-legacy"
4040
mavenContent { releasesOnly() }
4141
}
42+
maven("https://maven.xpdustry.com/snapshots") {
43+
name = "xpdustry-repository-snapshots"
44+
mavenContent { snapshotsOnly() }
45+
}
4246
anukenJitpack()
4347
}
4448

4549
dependencies {
4650
mindustryDependencies()
47-
compileOnly("fr.xpdustry:distributor-api:3.0.0-rc.3")
48-
annotationProcessor("fr.xpdustry:distributor-api:3.0.0-rc.3")
51+
compileOnly("fr.xpdustry:distributor-api:3.0.0-SNAPSHOT")
52+
annotationProcessor("fr.xpdustry:distributor-api:3.0.0-SNAPSHOT")
4953
implementation("com.google.code.gson:gson:2.10")
5054
implementation("net.mindustry_ddns:file-store:2.1.0")
5155

renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["local>xpdustry/.github:renovate-shared"]
3+
}

0 commit comments

Comments
 (0)