spring-boot/gradle.properties

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
268 B
Properties
Raw Normal View History

version=3.2.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.9.10
nativeBuildToolsVersion=0.9.27
springFrameworkVersion=6.1.0-M5
tomcatVersion=10.1.13
kotlin.stdlib.default.dependency=false