We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271be86 commit 46485f6Copy full SHA for 46485f6
gradle/scripts/repositories.gradle
@@ -25,7 +25,7 @@ repositories {
25
}
26
27
exclusiveContent { // Configuration
28
- forRepository { maven { url = "https://api.repsy.io/mvn/toma/public/" } }
+ forRepository { maven { url = "https://repo.repsy.io/mvn/toma/public/" } }
29
filter { includeGroup('dev.toma.configuration') }
30
31
exclusiveContent { // FTB mods
0 commit comments