-
Notifications
You must be signed in to change notification settings - Fork 23
/
gradle.properties
25 lines (24 loc) · 1.03 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Properties for the build. Override on the command line with -Pprop=value
# E.g. -PBuildConfiguration=Release
# Note that these values are strings!
# Local builds and installs will have this ridiculours number 20xx.x.x.9999
# Teamcity overrides buildCounter to %build.counter% (Teamcity counter)
# majorVersion is used as SDK version when no SDK in UnrealLink/dependencies
# Downloads "majorVersion-SNAPSHOT" from https://cache-redirector.jetbrains.com/intellij-repository/snapshots
majorVersion=2025.1
minorVersion=0
buildCounter=9999
# Overrides on Teamcity to Release
buildConfiguration=Debug
warningsAsErrors=true
# List of channels to publish. Defined as comma-separated string (publishChannels="alpha,beta,eap")
# Alpha channel uses by default =)
#publishChannels=alpha
# We need it to avoid bundle Kotlin jars into plugin
kotlin.stdlib.default.dependency=false
# Updated automatically on idea sync
rdVersion=2024.3-pre2
rdKotlinVersion=1.9.23
intellijPlatformGradlePluginVersion=2.0.0-beta8
gradleJvmWrapperVersion=0.14.0
org.gradle.jvmargs=-Xmx4g