Commit a33f41a 1 parent f7e63ba commit a33f41a Copy full SHA for a33f41a
File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,25 @@ toxopid {
31
31
32
32
repositories {
33
33
mavenCentral()
34
- maven(" https://maven.xpdustry.fr /releases" ) {
34
+ maven(" https://maven.xpdustry.com /releases" ) {
35
35
name = " xpdustry-repository-releases"
36
36
mavenContent { releasesOnly() }
37
37
}
38
- maven(" https://maven.xpdustry.fr /legacy-releases" ) {
38
+ maven(" https://maven.xpdustry.com /legacy-releases" ) {
39
39
name = " xpdustry-repository-releases-legacy"
40
40
mavenContent { releasesOnly() }
41
41
}
42
+ maven(" https://maven.xpdustry.com/snapshots" ) {
43
+ name = " xpdustry-repository-snapshots"
44
+ mavenContent { snapshotsOnly() }
45
+ }
42
46
anukenJitpack()
43
47
}
44
48
45
49
dependencies {
46
50
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 " )
49
53
implementation(" com.google.code.gson:gson:2.10" )
50
54
implementation(" net.mindustry_ddns:file-store:2.1.0" )
51
55
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : [" local>xpdustry/.github:renovate-shared" ]
3
+ }
You can’t perform that action at this time.
0 commit comments