Skip to content

Commit 1bec428

Browse files
authored
CM-45179 - Release 2.5.0 (#86)
1 parent 77b0f91 commit 1bec428

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,16 @@ jobs:
4444
- name: Fetch Sources
4545
uses: actions/checkout@v4
4646

47-
- name: Gradle Wrapper Validation
48-
uses: gradle/actions/wrapper-validation@v3
49-
5047
- name: Setup Java
5148
uses: actions/setup-java@v3
5249
with:
5350
distribution: zulu
5451
java-version: 17
5552

5653
- name: Setup Gradle
57-
uses: gradle/actions/setup-gradle@v3
54+
uses: gradle/actions/setup-gradle@v4
5855
with:
59-
gradle-home-cache-cleanup: true
56+
validate-wrappers: true
6057

6158
- name: Export Properties
6259
id: properties
@@ -190,9 +187,9 @@ jobs:
190187
java-version: 17
191188

192189
- name: Setup Gradle
193-
uses: gradle/actions/setup-gradle@v3
190+
uses: gradle/actions/setup-gradle@v4
194191
with:
195-
gradle-home-cache-cleanup: true
192+
validate-wrappers: true
196193

197194
- name: Setup Plugin Verifier IDEs Cache
198195
uses: actions/cache@v3

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [2.5.0] - 2025-02-24
8+
79
- Add proper support for disabled modules
810

911
## [2.4.1] - 2025-01-29
@@ -145,6 +147,8 @@
145147

146148
The first public release of the plugin.
147149

150+
[2.5.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.5.0
151+
148152
[2.4.1]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.4.1
149153

150154
[2.4.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.4.0
@@ -203,4 +207,4 @@ The first public release of the plugin.
203207

204208
[1.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0
205209

206-
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.4.1...HEAD
210+
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.5.0...HEAD

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
44
pluginName = Cycode
55
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.4.1
7+
pluginVersion = 2.5.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 231

0 commit comments

Comments
 (0)