spring-boot/gradle.properties

12 lines
236 B
Properties
Raw Normal View History

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.23
nativeBuildToolsVersion=0.9.14
kotlin.stdlib.default.dependency=false