mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 04:00:30 +00:00
6a116aadb8
Woops! - Fix the REPL not printing values, as exception.try didn't return values. It did originally, and then I tried to simplify it >_> - Change repl_exprs to run an expression and program parser in parallel, rather than handling the parallelism on the grammar side - that has a few shift/reduce conflicts which result in bad parse errors.
13 lines
295 B
Properties
13 lines
295 B
Properties
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.parallel=true
|
|
|
|
kotlin.stdlib.default.dependency=false
|
|
kotlin.jvm.target.validation.mode=error
|
|
|
|
# Mod properties
|
|
isUnstable=false
|
|
modVersion=1.103.1
|
|
|
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
|
mcVersion=1.19.3
|