mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-04 23:40:00 +00:00
19 lines
465 B
Properties
19 lines
465 B
Properties
# SPDX-FileCopyrightText: 2017 The CC: Tweaked Developers
|
|
#
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
|
|
kotlin.stdlib.default.dependency=false
|
|
kotlin.jvm.target.validation.mode=error
|
|
|
|
neogradle.subsystems.conventions.runs.enabled=false
|
|
|
|
# Mod properties
|
|
isUnstable=true
|
|
modVersion=1.114.2
|
|
|
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
|
mcVersion=1.21.1
|