PickShadow/gradle.properties

68 lines
2.3 KiB
Properties

# PICKSHADOW SERVER KIT SOURCE FILE
# Copyright (c) 2024 The PickShadow Server Kit Contributors
# Licensed under the GNU Affero General Public License v3
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Gradle properties
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx1G -Xms1G -XX:MaxMetaspaceSize=1G -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.priority=normal
# Versioning
versionCodename=Pulsar
versionRelease=1
versionType=alpha
versionTyperelease=0
versionFork=
versionCompanion=
# Java
languageJava=21
languageKotlin=2.1
# Dependencies
# -> Kotlin
dependencyKotlinVersion=2.1.0
dependencyKotlin_ReflectIdentifier=org.jetbrains.kotlin:kotlin-reflect
dependencyKotlin_CoroutinesIdentifier=org.jetbrains.kotlinx:kotlinx-coroutines-core
dependencyKotlin_CoroutinesVersion=1.10.1
dependencyKotlin_DateTimeIdentifier=org.jetbrains.kotlinx:kotlinx-datetime
dependencyKotlin_DateTimeVersion=0.6.1
# -> StarOpenSource Engine
dependencyStarOpenSource_EngineVersion=1-alpha10
dependencyStarOpenSource_Engine_BaseIdentifier=de.staropensource.engine:base
# -> Java support
dependencyLombokVersion=1.18.34
dependencyLombokIdentifier=org.projectlombok:lombok
dependencyJetbrainsAnnotationsVersion=26.0.1
dependencyJetbrainsAnnotationsIdentifier=org.jetbrains:annotations
# -> Bukkit
dependencyPaper_APIIdentifier=io.papermc.paper:paper-api
dependencyPaper_APIVersion=R0.1-SNAPSHOT
# -> Legacy format
dependencyHikari=6.1.0
dependencyGson=2.11.0
dependencyAdventure=4.17.0
dependencyLuckPerms=5.4
dependencyFastboard=2.1.3
# Minecraft
minecraftMajor=1.21
minecraftMinor=.3
# etc
group = de.staropensource.pickshadow