Skip to content

Commit

Permalink
Support Gateway 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Oct 3, 2023
1 parent 632e840 commit 7dc1cbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
pluginGroup=com.coder.gateway
pluginName=coder-gateway
# SemVer format -> https://semver.org
pluginVersion=2.8.0
pluginVersion=2.8.0-eap.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=223.7571.70
pluginUntilBuild=232.*
pluginSinceBuild=233.6745
pluginUntilBuild=233.*
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
# The platform version must match the "since build" version while the
# instrumentation version appears to be used in development. The plugin
# verifier should be used after bumping versions to ensure compatibility in the
# range.
platformType=GW
platformVersion=223.7571.70-CUSTOM-SNAPSHOT
instrumentationCompiler=232.9921-EAP-CANDIDATE-SNAPSHOT
platformVersion=233.6745-EAP-CANDIDATE-SNAPSHOT
instrumentationCompiler=233.6745-EAP-CANDIDATE-SNAPSHOT
platformDownloadSources=true
verifyVersions=2022.3,2023.1,2023.2
verifyVersions=2023.3
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins=
Expand Down

0 comments on commit 7dc1cbf

Please sign in to comment.