-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
gradle.properties
25 lines (20 loc) · 1.13 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
# IntelliJ Platform Artifacts Repositories
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
pluginGroup = org.jetbrains.plugins.template
pluginName = diagrams.net-intellij-plugin
pluginVersion = 0.2.7
pluginSinceBuild = 233
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = IC-233.11799.300, IC-241.15989.150
platformType = IC
# platformVersion = 231.8770.17-EAP-SNAPSHOT
platformVersion = 241.15989.150
platformDownloadSources = true
# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency = false
# Since Kotlin 1.8.20, it uses a new incremental compilation approach that can't handle large JAR files
# resulting in an OutOfMemory exception in the compileKotlin task.
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#incremental-compilation
kotlin.incremental.useClasspathSnapshot=false