Skip to content

Commit 352a7b9

Browse files
committed
Impl: build against latest 2022.3 build
1 parent 5505188 commit 352a7b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
// Configure project's dependencies
3737
repositories {
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

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ pluginName=coder-gateway
66
pluginVersion=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
1313
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
1616
platformDownloadSources=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

0 commit comments

Comments
 (0)