DG_LAB/gradle.properties
3944Realms 05c5014829
Some checks failed
Build and Release / build (push) Failing after 3m40s
Build and Release / release (push) Has been skipped
2026-04-20-1
project_version=4.4.14.19
* 修复clear指令构建命令时抛出转型异常导致无法正确发送指令
* 修复ChangePolicy增加和减小index写反的问题
2026-04-20 23:26:41 +08:00

19 lines
396 B
Properties

# Gradle settings
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.configureondemand=true
org.gradle.caching=false
org.gradle.configuration-cache=false
org.gradle.configuration-cache.problems=warn
# ROOT
project_name=DgLab
project_version=4.4.14.19
project_group=top.r3944realms.dg_lab
# API
api_project_group=top.r3944realms.dg_lab.api
api_suffix=api
# COMMON
common_suffix=common