Skip to content

Commit 92234b3

Browse files
committed
chore: use newer snapshot build for testing and building
I've also changed the list of Gateway versions we run the verifier against to include Gateway 2025.1 while excluding some ancient releases. Without this commit the PR will fail to build, the declared snapshots are no longer available in the repository
1 parent 79118e3 commit 92234b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginName=coder-gateway
77
pluginVersion=2.20.0
88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.
10-
pluginSinceBuild=233.6745
10+
pluginSinceBuild=243.26053
1111
# This should be kept up to date with the latest EAP. If the API is incompatible
1212
# with the latest stable, use the eap branch temporarily instead.
1313
pluginUntilBuild=251.*
@@ -26,11 +26,11 @@ pluginUntilBuild=251.*
2626
# that exists, ideally the most recent one, for example
2727
# 233.15325-EAP-CANDIDATE-SNAPSHOT).
2828
platformType=GW
29-
platformVersion=241.19416-EAP-CANDIDATE-SNAPSHOT
30-
instrumentationCompiler=243.15521-EAP-CANDIDATE-SNAPSHOT
29+
platformVersion=243.26053-EAP-CANDIDATE-SNAPSHOT
30+
instrumentationCompiler=243.26053-EAP-CANDIDATE-SNAPSHOT
3131
# Gateway does not have open sources.
3232
platformDownloadSources=true
33-
verifyVersions=2023.3,2024.1,2024.2,2024.3
33+
verifyVersions=2024.3,2025.1
3434
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
3535
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
3636
platformPlugins=

0 commit comments

Comments
 (0)