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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user