spring-boot/gradle.properties
Moritz Halbritter 70af81675e Upgrade to Native Build Tools Plugin 0.9.13
The Native Build Tools version is now managed in gradle.properties
with the key 'nativeBuildToolsVersion'

Closes gh-31688
2022-07-12 13:05:00 +02:00

12 lines
236 B
INI

version=3.0.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.7.10
tomcatVersion=10.0.22
nativeBuildToolsVersion=0.9.13
kotlin.stdlib.default.dependency=false