@@ -10,10 +10,10 @@ plugins {
1010 java
1111 kotlin(" jvm" ) version " 1.7.10"
1212
13- id(" org.jetbrains.intellij" ) version " 1.8 .0"
13+ id(" org.jetbrains.intellij" ) version " 1.11 .0"
1414 id(" org.jetbrains.grammarkit" ) version " 2021.2.2"
1515 id(" com.github.ManifestClasspath" ) version " 0.1.0-RELEASE"
16- id(" org.jetbrains.changelog" ) version " 1.3.1 "
16+ id(" org.jetbrains.changelog" ) version " 2.0.0 "
1717}
1818
1919group = pluginGroup
@@ -24,14 +24,14 @@ repositories {
2424}
2525
2626java {
27- sourceCompatibility = JavaVersion .VERSION_11
28- targetCompatibility = JavaVersion .VERSION_11
27+ sourceCompatibility = JavaVersion .VERSION_17
28+ targetCompatibility = JavaVersion .VERSION_17
2929}
3030
3131intellij {
3232 version.set(platformVersion)
3333 type.set(platformType)
34- plugins.set(listOf (" JavaScriptLanguage " , " CSS " , " IntelliLang " , " java" ))
34+ plugins.set(listOf (" JavaScript " , " com.intellij.css " , " org.intellij.intelliLang " , " java" ))
3535 ideaDependencyCachePath.set(project.buildDir.absolutePath)
3636}
3737
@@ -94,7 +94,7 @@ tasks {
9494 }
9595
9696 runPluginVerifier {
97- ideVersions.set(listOf (" IU-2021 .2" , " IU-2021.3 " , " IU- 2022.1 " , " IU-2022.2 " ))
97+ ideVersions.set(listOf (" IU-2022 .2" , " IU-2022.3 " ))
9898 }
9999
100100 compileJava {
@@ -103,9 +103,9 @@ tasks {
103103
104104 compileKotlin {
105105 kotlinOptions {
106- jvmTarget = " 11 "
107- languageVersion = " 1.5 "
108- apiVersion = " 1.5 "
106+ jvmTarget = " 17 "
107+ languageVersion = " 1.7 "
108+ apiVersion = " 1.7 "
109109 freeCompilerArgs = listOf (" -Xjvm-default=all" )
110110 }
111111 }
0 commit comments