File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
145147
146148The 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
44pluginName = Cycode
55pluginRepositoryUrl = 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
1010pluginSinceBuild = 231
You can’t perform that action at this time.
0 commit comments