Skip to content

Commit 1a113af

Browse files
Add dep in sub project script?
1 parent a330efd commit 1a113af

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

projects/mcp/build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
buildscript {
2+
repositories {
3+
mavenLocal()
4+
maven {
5+
name = "Outlands"
6+
url = 'https://maven.outlands.top/releases/'
7+
}
8+
mavenCentral()
9+
}
10+
dependencies {
11+
classpath 'net.minecraftforge.gradle:ForgeGradle:6.5.2'
12+
classpath('net.minecraftforge:artifactural:3.0.20') {
13+
transitive = false
14+
}
15+
}
16+
}
117

218
def props = project.properties
319

0 commit comments

Comments
 (0)