spring-boot/gradle.properties

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

12 lines
235 B
Properties
Raw Normal View History

2023-01-23 19:52:32 +08:00
version=3.1.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.8.10
tomcatVersion=10.1.5
nativeBuildToolsVersion=0.9.20
kotlin.stdlib.default.dependency=false