aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 238510352b2073dcb730671b6a0fb01e2eeeb6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
#
# SPDX-License-Identifier: CC0-1.0
# suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xmx4096M

loom.platform=fabric

archives_base_name=Firmament
maven_group=moe.nea.firmament

firmament.compiletimerepohash=a6116d945491d7c57c93d43f51250f93d62d8434

# TODO: remove after https://github.com/google/ksp/issues/2072
ksp.incremental=false