Files
LiquidBounce/gradle.properties
木葉 Scarlet 486eb7ed3b chore(building): enable Gradle configure-on-demand and configuration-cache (#6548)
- Update Netty Proxy(transitive: HTTP/SOCKS) 4.1.97.Final -> 4.1.115.Final (1.21.4)
- Replace Jupiter with Kotlin test (auto-detect version)
- Add JVM arg -XX:+ZGenerational to Gradle
- Remove compileOnlyApi configuration (included in api)
2025-08-27 22:02:46 +08:00

66 lines
1.9 KiB
Properties

#
# This file is part of LiquidBounce (https://github.com/CCBlueX/LiquidBounce)
#
# Copyright (c) 2015 - 2025 CCBlueX
#
# LiquidBounce is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# LiquidBounce is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with LiquidBounce. If not, see <https://www.gnu.org/licenses/>.
#
kotlin.code.style=official
kotlin.incremental=true
kotlin.caching.enabled=true
kotlin.parallel.tasks.in.project=true
# Gradle settings
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.configuration-cache=true
# ZGC from JDK 21
org.gradle.jvmargs=-Xms1024m -Xmx4096m -XX:+UseZGC -XX:+ZGenerational
# Fabric Properties
# Check these on https://fabricmc.net/versions.html
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.8
loader_version=0.16.14
min_loader_version=0.16.14
# Fabric API
fabric_version=0.119.3+1.21.4
# Loom
loom_version=1.11.3
# Mod Properties
mod_version=0.31.2
maven_group=net.ccbluex
archives_base_name=liquidbounce
# Kotlin
# https://kotlinlang.org/releases.html
kotlin_version=2.1.10
# https://maven.fabricmc.net/net/fabricmc/fabric-language-kotlin/
fabric_kotlin_version=1.13.1+kotlin.2.1.10
# mcef
mcef_version=3.1.1-1.21.4
# mc-authlib
mc_authlib_version=1.4.1
# Polyglot
polyglot_version=24.2.1
# djl
djl_version=0.32.0
# Recommended mods
mod_menu_version=13.0.2
sodium_version=mc1.21.4-0.6.10-fabric
lithium_version=mc1.21.4-0.14.8-fabric
viafabricplus_version=4.0.3