File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,16 @@ jobs:
44
44
- name : Fetch Sources
45
45
uses : actions/checkout@v4
46
46
47
- - name : Gradle Wrapper Validation
48
- uses : gradle/actions/wrapper-validation@v3
49
-
50
47
- name : Setup Java
51
48
uses : actions/setup-java@v3
52
49
with :
53
50
distribution : zulu
54
51
java-version : 17
55
52
56
53
- name : Setup Gradle
57
- uses : gradle/actions/setup-gradle@v3
54
+ uses : gradle/actions/setup-gradle@v4
58
55
with :
59
- gradle-home-cache-cleanup : true
56
+ validate-wrappers : true
60
57
61
58
- name : Export Properties
62
59
id : properties
@@ -190,9 +187,9 @@ jobs:
190
187
java-version : 17
191
188
192
189
- name : Setup Gradle
193
- uses : gradle/actions/setup-gradle@v3
190
+ uses : gradle/actions/setup-gradle@v4
194
191
with :
195
- gradle-home-cache-cleanup : true
192
+ validate-wrappers : true
196
193
197
194
- name : Setup Plugin Verifier IDEs Cache
198
195
uses : actions/cache@v3
Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.5.0] - 2025-02-24
8
+
7
9
- Add proper support for disabled modules
8
10
9
11
## [ 2.4.1] - 2025-01-29
145
147
146
148
The first public release of the plugin.
147
149
150
+ [ 2.5.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.5.0
151
+
148
152
[ 2.4.1 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.4.1
149
153
150
154
[ 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.
203
207
204
208
[ 1.0.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0
205
209
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
4
4
pluginName = Cycode
5
5
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 2.4.1
7
+ pluginVersion = 2.5.0
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 231
You can’t perform that action at this time.
0 commit comments