File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,16 @@ enabling navigation between step definitions and gherkin steps when using cucumb
2828
2929## Development
3030
31- The plugin depends on:
32- - [ Gherkin plugin] ( https://plugins.jetbrains.com/plugin/9164-gherkin )
33- - [ Scala plugin] ( https://plugins.jetbrains.com/plugin/1347-scala )
34- - project [ cucumber-jvm-scala] ( https://github.com/cucumber/cucumber-jvm-scala )
35-
3631To setup the development environment, follow the following steps:
3732
38331 . ` git clone https://github.com/vbmacher/intellij-cucumber-scala.git `
39- 2 . Configure JDK 17
34+ 2 . Configure JDK 21 (see https://plugins.jetbrains.com/docs/intellij/setting-up-theme-environment.html#add-jdk-and-intellij-platform-plugin-sdk )
40353 . Open the project in IDEA
4136
42- The plugin is using [ sbt-idea-plugin] ( https://github.com/JetBrains/sbt-idea-plugin ) . Please refer to that plugin documentation
43- to get information about available tasks.
37+ The plugin depends on:
38+ - [ Gherkin plugin] ( https://plugins.jetbrains.com/plugin/9164-gherkin )
39+ - [ Scala plugin] ( https://plugins.jetbrains.com/plugin/1347-scala )
40+ - project [ cucumber-jvm-scala] ( https://github.com/cucumber/cucumber-jvm-scala )
4441
4542To start an IDE with the plugin installed in the example project, run ` runIDE ` task. Import the whole project
4643as gradle project in the sandbox-ide. Wait for indexing to finish.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ lazy val `cucumber-scala` = project
3232 ThisBuild / intellijPluginName := " intellij-cucumber-scala" ,
3333 ThisBuild / intellijBuild := " 243.21565.193" ,
3434 ThisBuild / intellijPlatform := IntelliJPlatform .IdeaCommunity ,
35- Compile / javacOptions ++= " --release" :: " 17 " :: Nil ,
35+ Compile / javacOptions ++= " --release" :: " 21 " :: Nil ,
3636 intellijPlugins ++= Seq (
3737 " org.intellij.scala:2024.3.18" .toPlugin,
3838 " gherkin:243.21565.122" .toPlugin
You can’t perform that action at this time.
0 commit comments