blob: 0eb2e1072397e0bcc027fa29fe377d4885722393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
org.gradle.caching=true
kotlin.incremental.useClasspathSnapshot=true
loom.platform=forge
# NEU Buildflags. Please keep these flags in a commented out form while checked into version control.
# See BuildFlags.java for usages of these values.
# Build with Pronouns in PV by default
# neu.buildflags.pronouns=true
# Build with Oneconfig support
# neu.buildflags.oneconfig=true
|