Skip to content

Commit 9623f74

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b58473a + 7a72624 commit 9623f74

8 files changed

Lines changed: 103 additions & 107 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Setup Gradle
5454
- name: Setup Gradle
55-
uses: gradle/actions/setup-gradle@v5
55+
uses: gradle/actions/setup-gradle@v6
5656

5757
# Build plugin
5858
- name: Build plugin
@@ -103,7 +103,7 @@ jobs:
103103

104104
# Setup Gradle
105105
- name: Setup Gradle
106-
uses: gradle/actions/setup-gradle@v5
106+
uses: gradle/actions/setup-gradle@v6
107107
with:
108108
cache-read-only: true
109109

@@ -191,7 +191,7 @@ jobs:
191191

192192
# Setup Gradle
193193
- name: Setup Gradle
194-
uses: gradle/actions/setup-gradle@v5
194+
uses: gradle/actions/setup-gradle@v6
195195
with:
196196
cache-read-only: true
197197

.github/workflows/release.yml

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

4141
# Setup Gradle
4242
- name: Setup Gradle
43-
uses: gradle/actions/setup-gradle@v5
43+
uses: gradle/actions/setup-gradle@v6
4444
with:
4545
cache-read-only: true
4646

.github/workflows/run-ui-tests.yml

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

4545
# Setup Gradle
4646
- name: Setup Gradle
47-
uses: gradle/actions/setup-gradle@v5
47+
uses: gradle/actions/setup-gradle@v6
4848
with:
4949
cache-read-only: true
5050

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ opentest4j = "1.3.0"
55

66
# plugins
77
changelog = "2.5.0"
8-
intelliJPlatform = "2.11.0"
9-
kotlin = "2.3.0"
8+
intelliJPlatform = "2.16.0"
9+
kotlin = "2.3.20"
1010
kover = "0.9.4"
11-
qodana = "2025.3.1"
11+
qodana = "2025.3.2"
1212

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

gradle/wrapper/gradle-wrapper.jar

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

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)