Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 19, 2024
1 parent bd52fc6 commit 1b05d14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ import de.undercouch.gradle.tasks.download.*

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.7.20"
id("org.jetbrains.intellij") version "1.13.2"
id("org.jetbrains.kotlin.jvm") version "2.0.0-Beta4"
id("org.jetbrains.intellij") version "1.17.2"
id("de.undercouch.download").version("5.3.0")
}

repositories {
mavenCentral()
maven {
url = uri("https://plugins.jetbrains.com/maven")
}
}

intellij {
Expand Down

0 comments on commit 1b05d14

Please sign in to comment.