Skip to content

Commit dbb9ac7

Browse files
committed
fix: Upgrade ij gradle plugin to version 2.3.0 with fix
for `TestFrameworkType.Bundled` test framework issue https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/b18551dc3796c6630efa9e305e900e07b5230d87/CHANGELOG.md?plain=1#L57 It also requires gradle version bump 8.5+.
1 parent 3e857a1 commit dbb9ac7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

bin/gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.gradle-8.2.pkg
1+
.gradle-8.13.pkg

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = project.properties["version"] ?: "1.0-SNAPSHOT"
88
plugins {
99
id("java")
1010
kotlin("kapt") version "2.0.21"
11-
id("org.jetbrains.intellij.platform") version "2.0.1"
11+
id("org.jetbrains.intellij.platform") version "2.3.0"
1212

1313
id("org.jetbrains.kotlin.jvm") version "2.0.21"
1414
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21"

0 commit comments

Comments
 (0)