-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (16 loc) · 779 Bytes
/
gradle.properties
File metadata and controls
23 lines (16 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pluginGroup = com.gmail.blueboxware
pluginName = LibGDX
pluginVersion = 1.29
# https://www.jetbrains.com/intellij-repository/snapshots/
# https://www.jetbrains.com/intellij-repository/releases/
# gradle printProductsReleases
platformVersion = 253.32098.37
#platformVersion = 261.24374.151
platformBundledPlugins = com.intellij.java, org.jetbrains.kotlin, com.intellij.properties, com.intellij.modules.json, com.intellij.modules.platform
platformBundledModules = tanvd.grazi, intellij.spellchecker, intellij.properties.backend.psi, intellij.properties.backend
kotlin.stdlib.default.dependency = false
kotlin.daemon.jvmargs=-Xmx4g
org.gradle.jvmargs=-Xmx4g
org.jetbrains.intellij.platform.downloadSources=true
org.gradle.configuration-cache = true
org.gradle.caching = true