Files
spring-graphql/gradle.properties
Brian Clozel 121add8ef7 Upgrade to Kotlin 2.1
This commit also follows Framework 7.0 with a Kotlin 2.x baseline for
all applications.

Closes gh-1203
2025-05-21 09:29:37 +02:00

11 lines
199 B
INI

version=2.0.0-SNAPSHOT
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8
kotlinVersion=2.1.20
kotlin.stdlib.default.dependency=false