Fix CC peripherals
This commit is contained in:
parent
4c6939e69f
commit
b264703521
17 changed files with 189 additions and 138 deletions
16
build.gradle
16
build.gradle
|
@ -63,6 +63,21 @@ subprojects {
|
|||
url "https://cursemaven.com"
|
||||
}
|
||||
}
|
||||
// Create Fabric 1.20 (Jeez that's a lot of mavens)
|
||||
// maven {
|
||||
// name "devOSSnapshots"
|
||||
// url "https://mvn.devos.one/snapshots"
|
||||
// }
|
||||
// maven {
|
||||
// name "tterrag maven"
|
||||
// url "https://maven.tterrag.com/"
|
||||
// }
|
||||
// maven {
|
||||
// url "https://maven.jamieswhiteshirt.com/libs-release"
|
||||
// content {
|
||||
// includeGroup "com.jamieswhiteshirt"
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
|
@ -81,7 +96,6 @@ subprojects {
|
|||
// metadata includes mapped dependencies which are not reasonably consumable by
|
||||
// other mod developers.
|
||||
tasks.withType(GenerateModuleMetadata).configureEach {
|
||||
|
||||
enabled = false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue