-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (24 loc) · 970 Bytes
/
gradle.properties
File metadata and controls
31 lines (24 loc) · 970 Bytes
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
26
27
28
29
30
31
# Any property can be overwritten from command-line via
# -P<propertyName>=<value>
javaVersion=21
dotnetPluginId=Rider.Plugins.MonoGame
riderPluginId=me.seclerp.rider.plugins.monogame
pluginVersion=261.0.0-eap07
rdVersion=2025.3.1
rdKotlinVersion=2.3.0
intellijPlatformGradleVersion=2.13.1
gradleJvmWrapperVersion=0.15.0
buildConfiguration=Debug
publishToken="_PLACEHOLDER_"
publishChannel=default
# Possible values (minor is omitted):
# Release: 2026.1
# Nightly: 2026.1-SNAPSHOT
# EAP: 2026.1-EAP3-SNAPSHOT
productVersion=2026.1-EAP7-SNAPSHOT
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
kotlin.stdlib.default.dependency=false
# To use IDE builds from Maven repo rather than official installers.
org.jetbrains.intellij.platform.buildFeature.useBinaryReleases=false
org.gradle.jvmargs=-Xmx8192M