Skip to content

Commit 1b05d14

Browse files
committed
Fix version
1 parent bd52fc6 commit 1b05d14

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ import de.undercouch.gradle.tasks.download.*
1818

1919
plugins {
2020
id("java")
21-
id("org.jetbrains.kotlin.jvm") version "1.7.20"
22-
id("org.jetbrains.intellij") version "1.13.2"
21+
id("org.jetbrains.kotlin.jvm") version "2.0.0-Beta4"
22+
id("org.jetbrains.intellij") version "1.17.2"
2323
id("de.undercouch.download").version("5.3.0")
2424
}
2525

2626
repositories {
2727
mavenCentral()
28-
maven {
29-
url = uri("https://plugins.jetbrains.com/maven")
30-
}
3128
}
3229

3330
intellij {

0 commit comments

Comments
 (0)