Commit 2c3a3e1 Michel Davit
committed
1 parent fffba0c commit 2c3a3e1 Copy full SHA for 2c3a3e1
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ThisBuild / githubWorkflowPublish := Seq(
50
50
// idea settings
51
51
ThisBuild / intellijPluginName := " scio-idea"
52
52
ThisBuild / intellijPlatform := IntelliJPlatform .IdeaCommunity
53
- ThisBuild / intellijBuild := " 2022.3.1"
53
+ ThisBuild / intellijBuild := " 2022.3.1" // 1st java 17 version
54
54
55
55
lazy val scioIdeaPlugin : Project = project
56
56
.in(file(" ." ))
@@ -63,7 +63,8 @@ lazy val scioIdeaPlugin: Project = project
63
63
intellijPlugins += " org.intellij.scala" .toPlugin,
64
64
patchPluginXml := pluginXmlOptions { xml =>
65
65
xml.version = version.value
66
- xml.sinceBuild = " 223"
66
+ // https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions
67
+ xml.sinceBuild = " 223" // for 2022.3
67
68
},
68
69
// verify against latest IntelliJ IDEA Community
69
70
pluginVerifierOptions := pluginVerifierOptions.value.copy(
You can’t perform that action at this time.
0 commit comments