Skip to content

Commit ef0f2eb

Browse files
committed
chore: Update IntelliJ Platform 2.1.0
1 parent 69466ea commit ef0f2eb

File tree

9 files changed

+22
-19
lines changed

9 files changed

+22
-19
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
# Upload Kover report to CodeCov
126126
- name: Upload Code Coverage Report
127-
uses: codecov/codecov-action@v3
127+
uses: codecov/codecov-action@v5
128128
with:
129129
files: ${{ github.workspace }}/build/reports/kover/report.xml
130130

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
# Upload Kover report to CodeCov
134134
- name: Upload Code Coverage Report
135-
uses: codecov/codecov-action@v3
135+
uses: codecov/codecov-action@v5
136136
with:
137137
files: ${{ github.workspace }}/build/reports/kover/report.xml
138138

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update IntelliJ Platform 2.1.0
58

69
## [2024.3.0]
710

build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = providers.gradleProperty("pluginVersion").get()
1616

1717
// Set the JVM language level used to build the project.
1818
kotlin {
19-
jvmToolchain(17)
19+
jvmToolchain(21)
2020
}
2121

2222
// Configure project's dependencies
@@ -32,6 +32,7 @@ repositories {
3232
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333
dependencies {
3434
testImplementation(libs.junit)
35+
testImplementation(libs.opentest4j)
3536

3637
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
3738
intellijPlatform {
@@ -43,16 +44,14 @@ dependencies {
4344
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
4445
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
4546

46-
instrumentationTools()
47-
pluginVerifier()
48-
zipSigner()
4947
testFramework(TestFrameworkType.Platform)
5048
}
5149
}
5250

5351
// Configure IntelliJ Platform Gradle Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-extension.html
5452
intellijPlatform {
5553
pluginConfiguration {
54+
name = providers.gradleProperty("pluginName")
5655
version = providers.gradleProperty("pluginVersion")
5756

5857
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
pluginGroup = ru.panteleev.bitrix-idea
22
pluginName = Bitrix Idea
33
pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
4-
pluginVersion = 2024.3.0
5-
pluginSinceBuild = 241
6-
pluginUntilBuild = 243.*
4+
pluginVersion = 2025.1.0
5+
pluginSinceBuild = 242
6+
pluginUntilBuild = 252.*
77
platformType = IC
8-
platformVersion = 2024.1.7
8+
platformVersion = 2024.2.5
99
platformPlugins =
1010
platformBundledPlugins =
11-
gradleVersion = 8.11
11+
gradleVersion = 8.13
1212
kotlin.stdlib.default.dependency = false
1313
org.gradle.configuration-cache = true
1414
org.gradle.caching = true

gradle/libs.versions.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
[versions]
22
# libraries
33
junit = "4.13.2"
4+
opentest4j = "1.3.0"
45

56
# plugins
67
changelog = "2.2.1"
7-
intelliJPlatform = "2.1.0"
8-
kotlin = "1.9.25"
9-
kover = "0.8.3"
10-
qodana = "2024.2.3"
8+
intelliJPlatform = "2.5.0"
9+
kotlin = "2.1.20"
10+
kover = "0.9.1"
11+
qodana = "2024.3.4"
1112

1213
[libraries]
1314
junit = { group = "junit", name = "junit", version.ref = "junit" }
15+
opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "opentest4j" }
1416

1517
[plugins]
1618
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }

gradle/wrapper/gradle-wrapper.jar

122 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-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum
@@ -206,7 +205,7 @@ fi
206205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
207206

208207
# Collect all arguments for the java command:
209-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
210209
# and any embedded shellness will be escaped.
211210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
212211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)