File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
66plugins {
77 id(" java" )
8- id(" org.jetbrains.kotlin.jvm" ) version " 1.8.0 "
9- id(" org.jetbrains.intellij" ) version " 1.12 .0"
8+ id(" org.jetbrains.kotlin.jvm" ) version " 1.9.10 "
9+ id(" org.jetbrains.intellij" ) version " 1.16 .0"
1010 id(" org.jetbrains.changelog" ) version " 1.3.1"
11- id(" io.gitlab.arturbosch.detekt" ) version " 1.22.0 "
12- id(" org.jlleitschuh.gradle.ktlint" ) version " 11.1.0 "
11+ id(" io.gitlab.arturbosch.detekt" ) version " 1.23.1 "
12+ id(" org.jlleitschuh.gradle.ktlint" ) version " 11.6.1 "
1313}
1414
1515val pluginGroup: String = " com.github.pyvenvmanage.pyvenv"
1616val pluginNameG: String = " PyVenv Manage"
17- val pluginVersion: String = " 1.3.9 "
17+ val pluginVersion: String = " 1.3.10 "
1818val pluginSinceBuild = " 211"
19- val pluginUntilBuild = " 232.* "
19+ val pluginUntilBuild = " "
2020// https://www.jetbrains.com/idea/download/other.html
2121val pluginVerifierIdeVersions = " 222.4345.14"
2222val platformType = " IC"
You can’t perform that action at this time.
0 commit comments