Skip to content

Commit 7dc1cbf

Browse files
committed
Support Gateway 2023.3
1 parent 632e840 commit 7dc1cbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
pluginGroup=com.coder.gateway
44
pluginName=coder-gateway
55
# SemVer format -> https://semver.org
6-
pluginVersion=2.8.0
6+
pluginVersion=2.8.0-eap.0
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
9-
pluginSinceBuild=223.7571.70
10-
pluginUntilBuild=232.*
9+
pluginSinceBuild=233.6745
10+
pluginUntilBuild=233.*
1111
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1212
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
1313
# The platform version must match the "since build" version while the
1414
# instrumentation version appears to be used in development. The plugin
1515
# verifier should be used after bumping versions to ensure compatibility in the
1616
# range.
1717
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
2020
platformDownloadSources=true
21-
verifyVersions=2022.3,2023.1,2023.2
21+
verifyVersions=2023.3
2222
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2323
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
2424
platformPlugins=

0 commit comments

Comments
 (0)