spring-boot/gradle.properties
Stephane Nicoll 09f3d459c6 Upgrade to Native Build Tools Plugin 0.9.16
Closes gh-32800
2022-10-19 21:03:33 +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.20
tomcatVersion=10.0.27
nativeBuildToolsVersion=0.9.16
kotlin.stdlib.default.dependency=false