File tree 1 file changed +8
-12
lines changed 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,25 @@ allprojects {
52
52
}
53
53
54
54
maven {
55
- url " https://maven.saps .dev/minecraft"
55
+ url " https://maven.ftb .dev/minecraft"
56
56
content {
57
57
includeGroup " dev.latvian.mods"
58
58
includeGroup " dev.ftb.mods"
59
59
}
60
60
}
61
61
maven {
62
- url " https://maven.saps .dev/snapshots"
62
+ url " https://maven.ftb .dev/snapshots"
63
63
content {
64
64
includeGroup " dev.latvian.mods"
65
65
includeGroup " dev.ftb.mods"
66
66
}
67
67
}
68
+ maven {
69
+ url " https://maven.latvian.dev/releases"
70
+ content {
71
+ includeGroup " dev.latvian.mods"
72
+ }
73
+ }
68
74
}
69
75
70
76
java {
@@ -82,16 +88,6 @@ allprojects {
82
88
}
83
89
}
84
90
}
85
-
86
- if (ftbPublishing. sapsToken) {
87
- maven {
88
- url ftbPublishing. sapsURL
89
- credentials {
90
- username = ftbPublishing. sapsUser
91
- password = ftbPublishing. sapsToken
92
- }
93
- }
94
- }
95
91
}
96
92
}
97
93
}
You can’t perform that action at this time.
0 commit comments