Skip to content

Commit 3df415f

Browse files
committed
chore: Update IntelliJ Platform 2.0.2
1 parent 367643c commit 3df415f

8 files changed

+14
-17
lines changed

.github/workflows/build.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242

4343
# Setup Java environment for the next steps
4444
- name: Setup Gradle
45-
uses: gradle/actions/setup-gradle@v3
46-
with:
47-
gradle-home-cache-cleanup: true
45+
uses: gradle/actions/setup-gradle@v4
4846

4947
# Set environment variables
5048
- name: Export Properties
@@ -110,9 +108,7 @@ jobs:
110108

111109
# Setup Gradle
112110
- name: Setup Gradle
113-
uses: gradle/actions/setup-gradle@v3
114-
with:
115-
gradle-home-cache-cleanup: true
111+
uses: gradle/actions/setup-gradle@v4
116112

117113
# Run tests
118114
- name: Run Tests
@@ -158,9 +154,7 @@ jobs:
158154

159155
# Setup Gradle
160156
- name: Setup Gradle
161-
uses: gradle/actions/setup-gradle@v3
162-
with:
163-
gradle-home-cache-cleanup: true
157+
uses: gradle/actions/setup-gradle@v4
164158

165159
# Cache Plugin Verifier IDEs
166160
- name: Setup Plugin Verifier IDEs Cache

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ jobs:
156156

157157
# Setup Gradle
158158
- name: Setup Gradle
159-
uses: gradle/actions/setup-gradle@v3
160-
with:
161-
gradle-home-cache-cleanup: true
159+
uses: gradle/actions/setup-gradle@v4
162160

163161
# Cache Plugin Verifier IDEs
164162
- name: Setup Plugin Verifier IDEs Cache

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Update IntelliJ Platform 1.14.2
1010
- Update IntelliJ Platform 2.0.0
1111
- Update IntelliJ Platform 2.0.1
12+
- Update IntelliJ Platform 2.0.2
1213

1314
## [2024.2.0]
1415

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ pluginVersion = 2024.2.0
55
pluginSinceBuild = 233
66
pluginUntilBuild = 242.*
77
platformType = IC
8-
platformVersion = 2023.3.7
8+
platformVersion = 2023.3.8
99
platformPlugins =
1010
platformBundledPlugins =
11-
gradleVersion = 8.9
11+
gradleVersion = 8.10.2
1212
kotlin.stdlib.default.dependency = false
1313
org.gradle.configuration-cache = true
1414
org.gradle.caching = true

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.2.1"
7-
intelliJPlatform = "2.0.1"
7+
intelliJPlatform = "2.1.0"
88
kotlin = "1.9.25"
99
kover = "0.8.3"
10-
qodana = "2024.1.9"
10+
qodana = "2024.2.3"
1111

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

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

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

settings.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ plugins {
33
}
44

55
rootProject.name = "bitrix-idea"
6+
7+
plugins {
8+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
9+
}

0 commit comments

Comments
 (0)