Attempt to speedup workflow build
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -67,11 +67,11 @@ dependencies {
|
|||||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||||
|
|
||||||
|
|
||||||
modImplementation(fabricApi.module("fabric-api-base", project.fabric_version))
|
modRuntimeOnly(fabricApi.module("fabric-api-base", project.fabric_version))
|
||||||
modImplementation(fabricApi.module("fabric-rendering-fluids-v1", project.fabric_version))
|
modRuntimeOnly(fabricApi.module("fabric-rendering-fluids-v1", project.fabric_version))
|
||||||
modImplementation(fabricApi.module("fabric-resource-loader-v0", project.fabric_version))
|
modRuntimeOnly(fabricApi.module("fabric-resource-loader-v0", project.fabric_version))
|
||||||
modImplementation(fabricApi.module("fabric-command-api-v2", project.fabric_version))
|
modRuntimeOnly(fabricApi.module("fabric-command-api-v2", project.fabric_version))
|
||||||
|
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ dependencies {
|
|||||||
modImplementation("maven.modrinth:lithium:mc1.21.5-0.16.0-fabric")
|
modImplementation("maven.modrinth:lithium:mc1.21.5-0.16.0-fabric")
|
||||||
|
|
||||||
//modRuntimeOnly "maven.modrinth:nvidium:0.2.6-beta"
|
//modRuntimeOnly "maven.modrinth:nvidium:0.2.6-beta"
|
||||||
modCompileOnly "maven.modrinth:nvidium:0.2.8-beta"
|
//modCompileOnly "maven.modrinth:nvidium:0.2.8-beta"
|
||||||
|
|
||||||
modCompileOnly("maven.modrinth:modmenu:14.0.0-rc.2")
|
modCompileOnly("maven.modrinth:modmenu:14.0.0-rc.2")
|
||||||
modRuntimeOnly("maven.modrinth:modmenu:14.0.0-rc.2")
|
modRuntimeOnly("maven.modrinth:modmenu:14.0.0-rc.2")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Done to increase the memory available to gradle.
|
# Done to increase the memory available to gradle.
|
||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|||||||
Reference in New Issue
Block a user