-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (21 loc) · 988 Bytes
/
gradle.properties
File metadata and controls
23 lines (21 loc) · 988 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=io.snyk.intellij
pluginId=io.snyk.snyk-intellij-plugin
pluginName=Snyk Security
# for insight into build numbers and IntelliJ Platform versions
# see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=242
pluginUntilBuild=253.*
platformVersion=2024.2
platformDownloadSources=true
# plugin dependencies (comma-separated)
# example: platformPlugins = com.intellij.java, org.jetbrains.plugins.yaml
# see https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
#platformPlugins=org.jetbrains.plugins.yaml
platformPlugins=
# list of versions for which to check the plugin for api compatibility
pluginVerifierIdeVersions=2024.3,2025.1,2025.2,2025.3
localIdeDirectory=
# opt-out flag for bundling Kotlin standard library
# see https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
kotlin.stdlib.default.dependency=false
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError