-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
79 lines (64 loc) · 3.55 KB
/
Copy pathgradle.properties
File metadata and controls
79 lines (64 loc) · 3.55 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = com.github.mr3zee.kotlinPlugins
pluginName = Kotlin External FIR Support
pluginRepositoryUrl = https://github.com/Mr3zee/Kotlin-External-FIR-Support
# SemVer format -> https://semver.org
pluginVersion = 0.3.12
# Shorthand: if pluginIdeSuffix, pluginSinceBuild, and pluginUntilBuild are all empty,
# set this to autopopulate them (suffix=value, sinceBuild=value, untilBuild=value.*).
# The latest IDE major version (highest ide.*.platformVersion key) gets an open untilBuild range.
# Leave empty for an open-ended version.
pluginIdeVersionMajor =
# IDE major version suffix for versioned releases (e.g. "251"). Leave empty to use pluginIdeVersionMajor.
# Filled in by the release workflow.
pluginIdeSuffix =
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformVersion = 261.23567.138
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# Leave empty to use pluginIdeVersionMajor.
pluginSinceBuild = 261
# Leave empty to use pluginIdeVersionMajor.* (or leave pluginIdeVersionMajor empty for open-ended).
pluginUntilBuild =
# IDE version map: maps pluginIdeVersionMajor to platformVersion, Kotlin version, and dependency versions.
# When pluginIdeVersionMajor is set, the build auto-resolves these from the map.
# Explicit Gradle property overrides (e.g. -Pkotlin.lang) take precedence.
ide.251.platformVersion = 251.29188.11
ide.251.kotlinLang = 2.1.20
ide.251.serializationVersion = 1.8.1
ide.252.platformVersion = 252.28539.33
ide.252.kotlinLang = 2.2.0
ide.252.serializationVersion = 1.9.0
ide.253.platformVersion = 253.29346.240
ide.253.kotlinLang = 2.2.20
ide.253.serializationVersion = 1.9.0
ide.261.platformVersion = 261.23567.138
ide.261.kotlinLang = 2.3.10
ide.261.serializationVersion = 1.10.0
ide.262.platformVersion = 262.8377.52-EAP-CANDIDATE
ide.262.kotlinLang = 2.3.20
ide.262.serializationVersion = 1.11.0
# Android Studio version for runAndroidStudio task (full build number from updates.xml).
# Override with -PandroidStudioVersion=<version>
# Find versions: curl -s https://dl.google.com/android/studio/patches/updates.xml | grep 'number="AI-'
androidStudio.defaultVersion = 253.30387.90.2532.14935130
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
platformPlugins =
# Example: platformBundledPlugins = com.intellij.java
platformBundledPlugins = org.jetbrains.kotlin
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 9.3.1
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true
org.jetbrains.intellij.platform.buildFeature.useBinaryReleases=false
org.jetbrains.intellij.platform.downloadSources=true
kotlin.daemon.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError
kotlin.daemon.useFallbackStrategy=false
org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -XX:MaxMetaspaceSize=768m
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.workers.max=8