Files
quetzal/gradle.properties
T
ciomek 60491cb591
build / build (push) Successful in 3m0s
Version bump
2026-07-25 10:43:41 +02:00

19 lines
943 B
Properties

##########################################################################
# Standard Properties
org.gradle.jvmargs = -Xmx6G
org.gradle.warning.mode = all
# This currently has to be set to false because the "Minecraft Client" and "Minecraft Server" configurations generated
# by IntelliJ aren't currently compatible with the configuration cache. If you use the runClient and runServer Gradle
# tasks instead, then this can (and should) be set to true.
org.gradle.configuration-cache = false
##########################################################################
# Mod Properties
mod_version = 0.1.1
mod_group = ciomek
mod_name = quetzal
##########################################################################
# Plugin Dependency
# Check this on https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention/
foojay_resolver_version = 1.0.0
##########################################################################