2024-06-28 01:08:45 +02:00
|
|
|
# STAROPENSOURCE ENGINE SOURCE FILE
|
2024-09-27 23:02:16 +02:00
|
|
|
# Copyright (c) 2024 The StarOpenSource Engine Authors
|
2024-06-28 01:08:45 +02:00
|
|
|
# Licensed under the GNU Affero General Public License v3
|
2024-12-12 23:10:29 +01:00
|
|
|
# with an exception allowing classpath linking.
|
2024-06-28 01:08:45 +02:00
|
|
|
#
|
|
|
|
# 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/>.
|
2024-12-12 23:10:29 +01:00
|
|
|
|
|
|
|
# Gradle properties
|
|
|
|
org.gradle.caching=true
|
|
|
|
org.gradle.configureondemand=true
|
2024-12-13 21:52:08 +01:00
|
|
|
org.gradle.jvmargs=-Xmx1G -Xms1G -XX:MaxMetaspaceSize=512M -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
|
2024-12-12 23:10:29 +01:00
|
|
|
org.gradle.parallel=true
|
|
|
|
org.gradle.priority=normal
|
2024-06-28 01:08:45 +02:00
|
|
|
|
2024-06-08 15:33:03 +02:00
|
|
|
# Versioning
|
2024-12-19 02:49:15 +01:00
|
|
|
versionCodename=Versneld
|
2024-12-12 23:10:29 +01:00
|
|
|
versionRelease=1
|
|
|
|
versionType=alpha
|
|
|
|
versionTyperelease=10
|
|
|
|
versionFork=
|
|
|
|
versionCompanion=
|
2024-06-08 15:33:03 +02:00
|
|
|
|
2024-12-13 02:59:25 +01:00
|
|
|
# Language versions
|
2024-12-12 23:10:29 +01:00
|
|
|
java=21
|
2024-08-19 15:17:39 +02:00
|
|
|
|
|
|
|
# Dependencies
|
2024-12-12 23:10:29 +01:00
|
|
|
dependencyKotlinStdIdentifier=stdlib
|
|
|
|
dependencyKotlinStdJavaIdentifier=stdlib-jdk21
|
|
|
|
dependencyKotlinReflectIdentifier=org.jetbrains.kotlin:kotlin-reflect
|
|
|
|
dependencyKotlinReflectVersion=2.1.0
|
|
|
|
dependencyKotlinDateTimeIdentifier=org.jetbrains.kotlinx:kotlinx-datetime
|
|
|
|
dependencyKotlinDateTimeVersion=0.6.1
|
2024-12-15 01:12:07 +01:00
|
|
|
dependencyOshiIdentifier=com.github.oshi:oshi-core-java11
|
|
|
|
dependencyOshiVersion=6.6.5
|
2024-12-12 23:10:29 +01:00
|
|
|
dependencyJansiIdentifier=org.fusesource:jansi
|
|
|
|
dependencyJansiVersion=2.4.1
|
2024-12-15 22:33:31 +01:00
|
|
|
|
|
|
|
# Test dependencies
|
|
|
|
testDependencyJUnitVersion=5.11.3
|
|
|
|
testDependencyJUnitBOMIdentifier=org.junit:junit-bom
|
|
|
|
testDependencyJUnitJupiterIdentifier=org.junit.jupiter:junit-jupiter
|
|
|
|
testDependencyJUnitPlatformLauncherIdentifier=org.junit.platform:junit-platform-launcher
|