Skip to content

Commit 1050e7a

Browse files
committed
Guess I'm back in CI testing hell again
1 parent e0dbf9c commit 1050e7a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

settings.gradle.kts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
pluginManagement {
2+
plugins {
3+
id("idea")
4+
id("eclipse")
5+
id("maven-publish")
6+
}
7+
28
repositories {
39
mavenCentral()
410
mavenLocal()
5-
maven { url = 'https://maven.minecraftforge.net' }
6-
maven { url = 'https://maven.parchmentmc.org' }
11+
12+
maven("https://maven.parchmentmc.org") {
13+
name = "ParchmentMC"
14+
}
15+
16+
maven("https://maven.minecraftforge.net") {
17+
name = "Forge"
18+
}
719
}
820

921
resolutionStrategy {

0 commit comments

Comments
 (0)