Skip to content

Commit 2472d70

Browse files
committed
Update IDEA Gradle plugin to 2.7.0
1 parent 8c610f8 commit 2472d70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id("java")
1515
id("jacoco")
1616
id("idea")
17-
id("org.jetbrains.intellij.platform") version "2.5.0"
17+
id("org.jetbrains.intellij.platform") version "2.7.0"
1818

1919
id("org.infernus.idea.checkstyle.build")
2020
}
@@ -28,7 +28,6 @@ intellijPlatform {
2828
version = project.version.toString()
2929

3030
ideaVersion {
31-
sinceBuild = "231.9392.1"
3231
untilBuild = provider { null }
3332
}
3433
}
@@ -42,9 +41,9 @@ java {
4241
toolchain {
4342
languageVersion = JavaLanguageVersion.of(17)
4443
}
44+
4545
sourceCompatibility = JavaVersion.VERSION_17
4646
targetCompatibility = JavaVersion.VERSION_17
47-
4847
}
4948

5049
tasks {

0 commit comments

Comments
 (0)