Skip to content

Commit 4d43b29

Browse files
committed
fix: Update IntelliJ Platform 2.4.0
1 parent af6b37a commit 4d43b29

File tree

12 files changed

+47
-51
lines changed

12 files changed

+47
-51
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ jobs:
2727

2828
# Check out the current repository
2929
- name: Fetch Sources
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
submodules: 'true'
3333
token: ${{ secrets.FETCH_SUBMODULES_PAT }}
3434

3535
# Set up the Java environment for the next steps
3636
- name: Setup Java
37-
uses: actions/setup-java@v4
37+
uses: actions/setup-java@v5
3838
with:
3939
distribution: zulu
4040
java-version: 21
4141

4242
# Setup Gradle
4343
- name: Setup Gradle
44-
uses: gradle/actions/setup-gradle@v4
44+
uses: gradle/actions/setup-gradle@v5
4545

4646
# Build plugin
4747
- name: Build plugin
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Store an already-built plugin as an artifact for downloading
6262
- name: Upload artifact
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: ${{ steps.artifact.outputs.filename }}
6666
path: ./build/distributions/content/*/*
@@ -81,21 +81,21 @@ jobs:
8181

8282
# Check out the current repository
8383
- name: Fetch Sources
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v5
8585
with:
8686
submodules: 'true'
8787
token: ${{ secrets.FETCH_SUBMODULES_PAT }}
8888

8989
# Set up the Java environment for the next steps
9090
- name: Setup Java
91-
uses: actions/setup-java@v4
91+
uses: actions/setup-java@v5
9292
with:
9393
distribution: zulu
9494
java-version: 21
9595

9696
# Setup Gradle
9797
- name: Setup Gradle
98-
uses: gradle/actions/setup-gradle@v4
98+
uses: gradle/actions/setup-gradle@v5
9999
with:
100100
cache-read-only: true
101101

@@ -106,7 +106,7 @@ jobs:
106106
# Collect Tests Result of failed tests
107107
- name: Collect Tests Result
108108
if: ${{ failure() }}
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@v5
110110
with:
111111
name: tests-result
112112
path: ${{ github.workspace }}/build/reports/tests
@@ -134,21 +134,21 @@ jobs:
134134

135135
# Check out the current repository
136136
- name: Fetch Sources
137-
uses: actions/checkout@v4
137+
uses: actions/checkout@v5
138138
with:
139139
submodules: 'true'
140140
token: ${{ secrets.FETCH_SUBMODULES_PAT }}
141141

142142
# Set up the Java environment for the next steps
143143
- name: Setup Java
144-
uses: actions/setup-java@v4
144+
uses: actions/setup-java@v5
145145
with:
146146
distribution: zulu
147147
java-version: 21
148148

149149
# Setup Gradle
150150
- name: Setup Gradle
151-
uses: gradle/actions/setup-gradle@v4
151+
uses: gradle/actions/setup-gradle@v5
152152
with:
153153
cache-read-only: true
154154

@@ -159,7 +159,7 @@ jobs:
159159
# Collect Plugin Verifier Result
160160
- name: Collect Plugin Verifier Result
161161
if: ${{ always() }}
162-
uses: actions/upload-artifact@v4
162+
uses: actions/upload-artifact@v5
163163
with:
164164
name: pluginVerifier-result
165165
path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -177,7 +177,7 @@ jobs:
177177

178178
# Check out the current repository
179179
- name: Fetch Sources
180-
uses: actions/checkout@v4
180+
uses: actions/checkout@v5
181181
with:
182182
submodules: 'true'
183183
token: ${{ secrets.FETCH_SUBMODULES_PAT }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919

2020
# Check out the current repository
2121
- name: Fetch Sources
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
ref: ${{ github.event.release.tag_name }}
2525
submodules: 'true'
2626
token: ${{ secrets.FETCH_SUBMODULES_PAT }}
2727

2828
# Set up the Java environment for the next steps
2929
- name: Setup Java
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
distribution: zulu
3333
java-version: 21
3434

3535
# Setup Gradle
3636
- name: Setup Gradle
37-
uses: gradle/actions/setup-gradle@v4
37+
uses: gradle/actions/setup-gradle@v5
3838
with:
3939
cache-read-only: true
4040

.idea/gradle.xml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Update IntelliJ Platform 2.4.0
78
- Update IntelliJ Platform 2.3.1
89
- Update IntelliJ Platform 2.2.0
910

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ To install, go to Settings > Plugins and search for "Bitrix Idea".
2929

3030
The plugin can be installed on following IntelliJ-based:
3131

32-
* PhpStorm 2024.2+
32+
* PhpStorm 2025.2+
3333

3434
## Release versions schema
3535

3636
| Plugin version number | Since Version | Until Version |
3737
|-----------------------|---------------|---------------|
38+
| v2025.2.x | 2025.2 | |
3839
| v2025.1.x | 2024.2 | 2025.2 |
3940
| v2024.3.x | 2024.1 | 2024.3 |
4041
| v2024.2.x | 2023.2 | 2024.2 |

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ repositories {
2929
}
3030
}
3131

32-
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
32+
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/version_catalogs.html
3333
dependencies {
3434
testImplementation(libs.junit)
3535
testImplementation(libs.opentest4j)
3636

3737
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
3838
intellijPlatform {
39-
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))
39+
intellijIdea(providers.gradleProperty("platformVersion"))
4040

4141
// Plugin Dependencies. Uses `platformBundledPlugins` property from the gradle.properties file for bundled IntelliJ Platform plugins.
4242
bundledPlugins(providers.gradleProperty("platformBundledPlugins").map { it.split(',') })
@@ -102,7 +102,7 @@ intellijPlatform {
102102
token = providers.environmentVariable("PUBLISH_TOKEN")
103103
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
104104
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
105-
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
105+
// https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html#specifying-a-release-channel
106106
channels = providers.gradleProperty("pluginVersion")
107107
.map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
108108
}
@@ -120,7 +120,7 @@ changelog {
120120
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
121121
}
122122

123-
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
123+
// Configure Gradle Kover Plugin - read more: https://kotlin.github.io/kotlinx-kover/gradle-plugin/#configuration-details
124124
kover {
125125
reports {
126126
total {

gradle.properties

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
pluginGroup = ru.panteleev.bitrix-idea
22
pluginName = Bitrix Idea
33
pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
4-
pluginVersion = 2025.1.0
5-
pluginSinceBuild = 243
6-
pluginUntilBuild = 252.*
7-
platformType = IC
8-
platformVersion = 2024.3.6
4+
pluginVersion = 2025.2.0
5+
pluginSinceBuild = 252
6+
platformVersion = 2025.2.5
97
platformPlugins =
108
platformBundledPlugins =
119
platformBundledModules =
12-
gradleVersion = 9.0.0
10+
gradleVersion = 9.2.1
1311
kotlin.stdlib.default.dependency = false
1412
org.gradle.configuration-cache = true
1513
org.gradle.caching = true

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ junit = "4.13.2"
44
opentest4j = "1.3.0"
55

66
# plugins
7-
changelog = "2.4.0"
8-
intelliJPlatform = "2.7.1"
9-
kotlin = "2.2.0"
10-
kover = "0.9.1"
11-
qodana = "2025.1.1"
7+
changelog = "2.5.0"
8+
intelliJPlatform = "2.10.5"
9+
kotlin = "2.2.21"
10+
kover = "0.9.3"
11+
qodana = "2025.2.2"
1212

1313
[libraries]
1414
junit = { group = "junit", name = "junit", version.ref = "junit" }

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)