Skip to content

Commit 6b779aa

Browse files
committed
fix: eap build is no longer available for verification
In the previous PR 2025.2 EAP build was available on the default repositories, it no longer seems the case. Additionally, I've configured the verification phase to use the latest available 2024.3 patch (6 patches available)
1 parent 66f4a76 commit 6b779aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Changed
88

99
- the logos and icons now match the new branding
10+
- the plugin is functionally the same but built with the new plugin system
1011

1112
## 2.20.1 - 2025-05-20
1213

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginName=Coder
88
pluginVersion=2.20.0
99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.
11-
pluginSinceBuild=243.26053
11+
pluginSinceBuild=243.26574
1212
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1313
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
1414
#
@@ -23,11 +23,11 @@ pluginSinceBuild=243.26053
2323
# (for example if 233.14808-EAP-CANDIDATE-SNAPSHOT is missing then find a 233.*
2424
# that exists, ideally the most recent one, for example
2525
# 233.15325-EAP-CANDIDATE-SNAPSHOT).
26-
platformVersion=2024.3
26+
platformVersion=2024.3.6
2727
# Gateway does not have open sources.
2828
platformDownloadSources=true
2929
# available releases listed at: https://data.services.jetbrains.com/products?code=GW
30-
verifyVersions=2024.3,2025.1
30+
verifyVersions=2024.3.6,2025.1
3131
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
3232
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
3333
platformPlugins=

0 commit comments

Comments
 (0)