1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-29 08:42:17 +00:00

Update Gradle and, you know, actually give it RAM.

This commit is contained in:
Jacob Farley
2020-09-04 20:33:43 -05:00
parent 220ed21e6e
commit d28afcc6a9
4 changed files with 6 additions and 8 deletions

View File

@@ -8,14 +8,9 @@ targetCompatibility = JavaVersion.VERSION_1_8
version = mod_version
group = "org.mystia.craft"
group = "dan200.computercraft"
archivesBaseName = "cc-tweaked-fabric-${mc_version}"
// yeef
compileJava {
options.compilerArgs << '-Xmaxerrs' << '10000'
}
repositories {
mavenCentral()
maven {

View File

@@ -1,3 +1,6 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Mod properties
mod_version=1.91.1

View File

@@ -1,5 +1,5 @@
#Tue Jul 07 13:15:43 EDT 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists

View File

@@ -9,4 +9,4 @@ pluginManagement {
}
}
rootProject.name = "cc-t-fabric-${mc_version}"
rootProject.name = "cc-tweaked-fabric-${mc_version}"