fix gradle mod dependencies
This fixes ./gradlew runServer
This commit is contained in:
parent
92e95a94a4
commit
11b5d26143
|
|
@ -149,10 +149,10 @@ dependencies {
|
|||
// Example mod dependency using a mod jar from ./libs with a flat dir repository
|
||||
// This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar
|
||||
// The group id is ignored when searching -- in this case, it is "blank"
|
||||
implementation fg.deobf("curse.maven:curios-309927:5266541")
|
||||
implementation fg.deobf("curse.maven:MySQL-561280:3685108")
|
||||
implementation fg.deobf("curse.maven:sophisticated-backpacks-422301:6303388")
|
||||
implementation fg.deobf("curse.maven:sophisticated-core-618298:6317048")
|
||||
compileOnly fg.deobf("curse.maven:curios-309927:5266541")
|
||||
runtimeOnly fg.deobf("curse.maven:MySQL-561280:3685108")
|
||||
compileOnly fg.deobf("curse.maven:sophisticated-backpacks-422301:6303388")
|
||||
compileOnly fg.deobf("curse.maven:sophisticated-core-618298:6317048")
|
||||
|
||||
// For more info:
|
||||
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user