mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
Cleanup of the last PR.
This commit is contained in:
parent
67c977009b
commit
1f9cbd2853
10
build.gradle
10
build.gradle
@ -125,6 +125,10 @@ static void setupRepositories(RepositoryHandler repositories) {
|
||||
}
|
||||
}
|
||||
|
||||
subprojects.each {
|
||||
remapJar.dependsOn("${it.path}:remapJar")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// dummy version
|
||||
minecraft("com.mojang:minecraft:1.14.4")
|
||||
@ -135,14 +139,10 @@ dependencies {
|
||||
include("com.github.TinfoilMC:ClientCommands:1.1.0")
|
||||
}
|
||||
|
||||
subprojects.each {
|
||||
remapJar.dependsOn("${it.path}:remapJar")
|
||||
}
|
||||
|
||||
remapJar {
|
||||
afterEvaluate {
|
||||
subprojects.each {
|
||||
nestedJars.from project("${it.path}").tasks.getByName("remapJar")
|
||||
nestedJars.from project("${it.path}").tasks.named("remapJar")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,3 @@ dependencies {
|
||||
modImplementation("io.github.prospector:modmenu:1.7.17+build.1")
|
||||
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
|
||||
}
|
||||
|
||||
tasks.compileJava {
|
||||
options.release.set(8)
|
||||
}
|
@ -6,7 +6,3 @@ dependencies {
|
||||
modImplementation("io.github.prospector:modmenu:1.10.4+build.1")
|
||||
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
|
||||
}
|
||||
|
||||
tasks.compileJava {
|
||||
options.release.set(8)
|
||||
}
|
@ -5,7 +5,3 @@ dependencies {
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.42.0+1.16")
|
||||
modImplementation("com.terraformersmc:modmenu:1.16.23")
|
||||
}
|
||||
|
||||
tasks.compileJava {
|
||||
options.release.set(8)
|
||||
}
|
@ -15,7 +15,3 @@ dependencies {
|
||||
loom {
|
||||
intermediaryUrl.set("https://maven.legacyfabric.net/net/legacyfabric/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
|
||||
}
|
||||
|
||||
tasks.compileJava {
|
||||
options.release.set(8)
|
||||
}
|
Loading…
Reference in New Issue
Block a user