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 e0dbf9c commit 1050e7aCopy full SHA for 1050e7a
settings.gradle.kts
@@ -1,9 +1,21 @@
1
pluginManagement {
2
+ plugins {
3
+ id("idea")
4
+ id("eclipse")
5
+ id("maven-publish")
6
+ }
7
+
8
repositories {
9
mavenCentral()
10
mavenLocal()
- maven { url = 'https://maven.minecraftforge.net' }
- 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
19
}
20
21
resolutionStrategy {
0 commit comments