|
3 | 3 | pluginGroup=com.coder.gateway
|
4 | 4 | pluginName=coder-gateway
|
5 | 5 | # SemVer format -> https://semver.org
|
6 |
| -pluginVersion=2.8.0 |
| 6 | +pluginVersion=2.8.0-eap.0 |
7 | 7 | # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
8 | 8 | # for insight into build numbers and IntelliJ Platform versions.
|
9 |
| -pluginSinceBuild=223.7571.70 |
10 |
| -pluginUntilBuild=232.* |
| 9 | +pluginSinceBuild=233.6745 |
| 10 | +pluginUntilBuild=233.* |
11 | 11 | # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
12 | 12 | # Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
|
13 | 13 | # The platform version must match the "since build" version while the
|
14 | 14 | # instrumentation version appears to be used in development. The plugin
|
15 | 15 | # verifier should be used after bumping versions to ensure compatibility in the
|
16 | 16 | # range.
|
17 | 17 | platformType=GW
|
18 |
| -platformVersion=223.7571.70-CUSTOM-SNAPSHOT |
19 |
| -instrumentationCompiler=232.9921-EAP-CANDIDATE-SNAPSHOT |
| 18 | +platformVersion=233.6745-EAP-CANDIDATE-SNAPSHOT |
| 19 | +instrumentationCompiler=233.6745-EAP-CANDIDATE-SNAPSHOT |
20 | 20 | platformDownloadSources=true
|
21 |
| -verifyVersions=2022.3,2023.1,2023.2 |
| 21 | +verifyVersions=2023.3 |
22 | 22 | # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
|
23 | 23 | # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
|
24 | 24 | platformPlugins=
|
|