mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 06:26:00 -04:00
chore: Cleanup Gradle
This commit is contained in:
parent
0b49330a37
commit
5be9b1e2d2
@ -3,13 +3,6 @@ val xplatClient = xplat.sourceSets.client.get()
|
|||||||
val xplatMain = xplat.sourceSets.main.get()
|
val xplatMain = xplat.sourceSets.main.get()
|
||||||
|
|
||||||
val modrinthId: String by project
|
val modrinthId: String by project
|
||||||
/*
|
|
||||||
sourceSets {
|
|
||||||
client {
|
|
||||||
compileClasspath += xplatClient.compileClasspath;
|
|
||||||
runtimeClasspath += xplatClient.runtimeClasspath;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
modImplementation(libs.bundles.fabric)
|
modImplementation(libs.bundles.fabric)
|
||||||
@ -21,6 +14,8 @@ dependencies {
|
|||||||
include(libs.bundles.fabric.bundle)
|
include(libs.bundles.fabric.bundle)
|
||||||
modImplementation(libs.bundles.fabric.bundle)
|
modImplementation(libs.bundles.fabric.bundle)
|
||||||
modRuntimeOnly(libs.bundles.fabric.runtime)
|
modRuntimeOnly(libs.bundles.fabric.runtime)
|
||||||
|
|
||||||
|
modClientRuntimeOnly(libs.bundles.fabric.client.runtime)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
@ -83,7 +83,8 @@ testng = { module = "org.testng:testng", version.ref = "testng" }
|
|||||||
[bundles]
|
[bundles]
|
||||||
fabric = ["fabric-loader", "fabric-api", "trinkets", "mavapi", "midnight-fabric"]
|
fabric = ["fabric-loader", "fabric-api", "trinkets", "mavapi", "midnight-fabric"]
|
||||||
fabric-bundle = ["modmenu-badges"]
|
fabric-bundle = ["modmenu-badges"]
|
||||||
fabric-runtime = ["emi-fabric", "modmenu"]
|
fabric-runtime = ["emi-fabric"]
|
||||||
|
fabric-client-runtime = ["modmenu"]
|
||||||
|
|
||||||
forge = ["curios"]
|
forge = ["curios"]
|
||||||
forge-runtime = []
|
forge-runtime = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user