File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636// Configure project's dependencies
3737repositories {
3838 mavenCentral()
39- maven(url = " https://www.jetbrains.com/intellij-repository/releases " )
39+ maven(url = " https://www.jetbrains.com/intellij-repository/snapshots " )
4040}
4141
4242// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ pluginName=coder-gateway
66pluginVersion =2.1.2
77# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88# for insight into build numbers and IntelliJ Platform versions.
9- pluginSinceBuild =222.3739.54
10- pluginUntilBuild =222 .*
9+ pluginSinceBuild =223.7571.70
10+ pluginUntilBuild =223 .*
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
1313platformType =GW
14- platformVersion =222.4459.11 -CUSTOM-SNAPSHOT
15- instrumentationCompiler =222.4459.11 -CUSTOM-SNAPSHOT
14+ platformVersion =223.7571.70 -CUSTOM-SNAPSHOT
15+ instrumentationCompiler =223.7571.70 -CUSTOM-SNAPSHOT
1616platformDownloadSources =true
1717# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
You can’t perform that action at this time.
0 commit comments