|
1 | 1 | # IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html |
2 | | - |
3 | | -pluginGroup = ski.chrzanow.foldableprojectview |
4 | | -pluginName = Foldable Project View |
5 | | -pluginRepositoryUrl = https://github.com/hsz/intellij-foldable-projectview |
| 2 | +pluginGroup=ski.chrzanow.foldableprojectview |
| 3 | +pluginName=Foldable Project View |
| 4 | +pluginRepositoryUrl=https://github.com/hsz/intellij-foldable-projectview |
6 | 5 | # SemVer format -> https://semver.org |
7 | | -pluginVersion = 3.0.0-EAP.1 |
8 | | - |
| 6 | +pluginVersion=3.0.0 |
9 | 7 | # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html |
10 | | -pluginSinceBuild = 223 |
11 | | -pluginUntilBuild = 241.* |
12 | | - |
| 8 | +pluginSinceBuild=223 |
| 9 | +pluginUntilBuild=241.* |
13 | 10 | # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension |
14 | | -platformType = IC |
15 | | -platformVersion = 2023.3.3 |
16 | | - |
| 11 | +platformType=IC |
| 12 | +platformVersion=2023.3.3 |
17 | 13 | # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html |
18 | 14 | # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 |
19 | | -platformPlugins = |
20 | | - |
| 15 | +platformPlugins= |
21 | 16 | # Gradle Releases -> https://github.com/gradle/gradle/releases |
22 | | -gradleVersion = 8.5 |
23 | | - |
| 17 | +gradleVersion=8.5 |
24 | 18 | # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib |
25 | | -kotlin.stdlib.default.dependency = false |
26 | | - |
| 19 | +kotlin.stdlib.default.dependency=false |
27 | 20 | # Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html |
28 | 21 | # suppress inspection "UnusedProperty" |
29 | | -org.gradle.configuration-cache = true |
30 | | - |
| 22 | +org.gradle.configuration-cache=true |
31 | 23 | # Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html |
32 | | -org.gradle.caching = true |
33 | | - |
| 24 | +org.gradle.caching=true |
34 | 25 | # Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment |
35 | | -systemProp.org.gradle.unsafe.kotlin.assignment = true |
| 26 | +systemProp.org.gradle.unsafe.kotlin.assignment=true |
0 commit comments