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 {
36
36
// Configure project's dependencies
37
37
repositories {
38
38
mavenCentral()
39
- maven(url = " https://www.jetbrains.com/intellij-repository/releases " )
39
+ maven(url = " https://www.jetbrains.com/intellij-repository/snapshots " )
40
40
}
41
41
42
42
// 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
6
6
pluginVersion =2.1.2
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 =222.3739.54
10
- pluginUntilBuild =222 .*
9
+ pluginSinceBuild =223.7571.70
10
+ pluginUntilBuild =223 .*
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
platformType =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
16
16
platformDownloadSources =true
17
17
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
18
18
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
You can’t perform that action at this time.
0 commit comments