mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[gradle][test] update IDEA-Ext plugin version in test
The new version works with Gradle 9.0 GitOrigin-RevId: 49b750bee91a29f65e8278bfb97a2c3744c41de8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
15510f839e
commit
f115c3d270
+1
-1
@@ -122,7 +122,7 @@ open class TestGradleBuildScriptBuilder(
|
||||
companion object {
|
||||
const val LICENCE = "Build script is generated by TestGradleBuildScriptBuilder"
|
||||
|
||||
const val IDEA_EXT_PLUGIN_VERSION = "1.1.3"
|
||||
const val IDEA_EXT_PLUGIN_VERSION = "1.2"
|
||||
|
||||
@JvmStatic
|
||||
fun extPluginVersionIsAtLeast(version: String) =
|
||||
|
||||
Reference in New Issue
Block a user