67 lines
2.4 KiB
Properties
67 lines
2.4 KiB
Properties
#
|
|
# STAROPENSOURCE ENGINE SOURCE FILE
|
|
# Copyright (c) 2024 The StarOpenSource Engine Authors
|
|
# Licensed under the GNU General Public License v3.
|
|
#
|
|
# This program 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.
|
|
#
|
|
# 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/>.
|
|
#
|
|
|
|
### IMPORTANT NOTICE
|
|
### We handle dependencies in here instead
|
|
### of using version catalogs as the engine
|
|
### has the ability to read, provide and
|
|
### compare dependency information. Using
|
|
### version catalogs would require us to
|
|
### depend on a parser just for extracting
|
|
### information about dependencies. This
|
|
### is not a bug, it's an actual feature.
|
|
|
|
# Gradle properties
|
|
org.gradle.caching=true
|
|
org.gradle.configureondemand=true
|
|
org.gradle.jvmargs=-Xmx1G -Xms1G -XX:MaxMetaspaceSize=512M -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
org.gradle.priority=normal
|
|
# -> Unsupported
|
|
# We will at some point in the future
|
|
org.gradle.configuration-cache=false
|
|
org.gradle.unsafe.isolated-projects=false
|
|
|
|
# Versioning
|
|
versionCodename=Versneld
|
|
versionRelease=1
|
|
versionType=alpha
|
|
versionTyperelease=10
|
|
versionFork=
|
|
versionCompanion=
|
|
|
|
# Language versions
|
|
languageJava=21
|
|
languageKotlin=2.0
|
|
|
|
# Dependencies
|
|
dependencyKotlinVersion=2.1.0
|
|
dependencyKotlin_StdIdentifier=stdlib
|
|
dependencyKotlin_StdLibIdentifier=stdlib-jdk21
|
|
dependencyKotlin_ReflectIdentifier=org.jetbrains.kotlin:kotlin-reflect
|
|
dependencyKotlin_DateTimeIdentifier=org.jetbrains.kotlinx:kotlinx-datetime
|
|
dependencyKotlin_DateTimeVersion=0.6.1
|
|
dependencyOshiIdentifier=com.github.oshi:oshi-core-java11
|
|
dependencyOshiVersion=6.6.5
|
|
|
|
# Test dependencies
|
|
testDependencyJUnitVersion=5.11.3
|
|
testDependencyJUnit_BOMIdentifier=org.junit:junit-bom
|
|
testDependencyJUnit_JupiterIdentifier=org.junit.jupiter:junit-jupiter
|
|
testDependencyJUnit_PlatformIdentifier=org.junit.platform:junit-platform-launcher
|