1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-31 17:47:56 +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 {