|
1 | 1 | # IntelliJ Platform Artifacts Repositories
|
2 | 2 | # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
|
3 |
| - |
4 |
| -pluginGroup = com.coder.gateway |
5 |
| -pluginName = Coder Gateway |
| 3 | +pluginGroup=com.coder.gateway |
| 4 | +pluginName=Coder Gateway |
6 | 5 | # SemVer format -> https://semver.org
|
7 |
| -pluginVersion = 1.0.0 |
8 |
| - |
| 6 | +pluginVersion=1.0.0 |
9 | 7 | # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
10 | 8 | # for insight into build numbers and IntelliJ Platform versions.
|
11 |
| -pluginSinceBuild = 211 |
12 |
| -pluginUntilBuild = 213.* |
13 |
| - |
| 9 | +pluginSinceBuild=213 |
| 10 | +pluginUntilBuild=221.* |
14 | 11 | # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
15 |
| -platformType = IC |
16 |
| -platformVersion = 2021.1.3 |
17 |
| - |
| 12 | +# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots |
| 13 | +platformType=GW |
| 14 | +platformVersion=221.5591.55-CUSTOM-SNAPSHOT |
| 15 | +platformDownloadSources=true |
18 | 16 | # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
|
19 | 17 | # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
|
20 |
| -platformPlugins = |
21 |
| - |
| 18 | +platformPlugins= |
22 | 19 | # Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
|
23 |
| -javaVersion = 11 |
24 |
| - |
| 20 | +javaVersion=11 |
25 | 21 | # Gradle Releases -> https://github.com/gradle/gradle/releases
|
26 |
| -gradleVersion = 7.4 |
27 |
| - |
| 22 | +gradleVersion=7.4 |
28 | 23 | # Opt-out flag for bundling Kotlin standard library.
|
29 | 24 | # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
|
30 | 25 | # suppress inspection "UnusedProperty"
|
31 |
| -kotlin.stdlib.default.dependency = false |
| 26 | +kotlin.stdlib.default.dependency=false |
0 commit comments