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
28
28
29
29
## Development
30
30
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
-
36
31
To setup the development environment, follow the following steps:
37
32
38
33
1 . ` 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 )
40
35
3 . Open the project in IDEA
41
36
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 )
44
41
45
42
To start an IDE with the plugin installed in the example project, run ` runIDE ` task. Import the whole project
46
43
as 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
32
32
ThisBuild / intellijPluginName := " intellij-cucumber-scala" ,
33
33
ThisBuild / intellijBuild := " 243.21565.193" ,
34
34
ThisBuild / intellijPlatform := IntelliJPlatform .IdeaCommunity ,
35
- Compile / javacOptions ++= " --release" :: " 17 " :: Nil ,
35
+ Compile / javacOptions ++= " --release" :: " 21 " :: Nil ,
36
36
intellijPlugins ++= Seq (
37
37
" org.intellij.scala:2024.3.18" .toPlugin,
38
38
" gherkin:243.21565.122" .toPlugin
You can’t perform that action at this time.
0 commit comments