-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgradle.properties
26 lines (22 loc) · 1.07 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
26
# IntelliJ Platform Artifacts Repositories
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = org.jetbrains
pluginName = IDEA Feature Suggester
projectMajorVersion = 221
pluginSinceBuild = 221
pluginUntilBuild = 221.*
# 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 = IU-221.5080.210
platformType = IU
platformVersion = 221-EAP-SNAPSHOT
platformDownloadSources = true
# JavaScript plugin not optionally depends on CSS plugin, so CSS plugin added
# CSS plugin needed in this list only to use it in the tests
platformPlugins = java, Kotlin, JavaScript, CSS, Pythonid:221.5080.210
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.3
# 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
kotlin.code.style = official