spring-boot/gradle.properties
Stephane Nicoll 605ceaf471 Upgrade to Spring Framework 6.1.0-M2
Closes gh-36198
2023-07-13 16:13:00 +02:00

13 lines
268 B
INI

version=3.2.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.8.22
nativeBuildToolsVersion=0.9.23
springFrameworkVersion=6.1.0-M2
tomcatVersion=10.1.11
kotlin.stdlib.default.dependency=false