oblak/gradle.properties
zml 59c5a8310c build: update build-time dependencies, address new warnings (#413)
* build: update build-time dependencies, address new warnings

* build: switch to central repo declaration, remove redundant repositories

* build: use spotless predeclaration, more task avoidance on kotlin modules
2022-12-13 11:13:00 -07:00

10 lines
292 B
INI

group=cloud.commandframework
version=1.8.0-SNAPSHOT
description=Command framework and dispatcher for the JVM
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2G
kotlin.stdlib.default.dependency=false
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true