Skip to content

Commit d5604d2

Browse files
CopilotMte90
andcommitted
Fix Gradle HasConvention error by upgrading Kotlin plugin and fixing gradlew wrapper
Co-authored-by: Mte90 <[email protected]>
1 parent d94943d commit d5604d2

File tree

3 files changed

+245
-21
lines changed

3 files changed

+245
-21
lines changed

ide-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
id("org.jetbrains.kotlin.jvm") version "1.9.0"
3+
id("org.jetbrains.kotlin.jvm") version "2.0.21"
44
id("org.jetbrains.intellij") version "1.15.0"
55
}
66

62.2 KB
Binary file not shown.

ide-plugins/gradlew

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

0 commit comments

Comments
 (0)