You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.`./gradlew` will download the idea sdk to the SDK folder and all required plugins
28
-
3.Import the project as gradle project into IDEA.
29
+
2.Open the project in IDEA
30
+
3.Wait until `gradle-intellij-plugin` downloads Idea SDK and required plugins.
29
31
30
-
Now you can build this plugin with `./gradlew buildPlugin`.
32
+
Now you can build this plugin with `build` task.
31
33
32
34
To start an IDE with the plugin installed in the example project, run `runIde` task. Import the whole project
33
35
as gradle project in the sandbox-ide. Wait for indexing to finish.
@@ -45,7 +47,7 @@ into `master` branch, which is then used for the release. The release commit is
45
47
A "publish token" must be set up in order to publish the plugin to [JetBrains plugins portal](https://plugins.jetbrains.com/plugin/7460-cucumber-for-scala).
46
48
The token can be set up either by system variable or Gradle property named `PUBLISH_TOKEN` (e.g. put it in `gradle.properties` file, but do not commit it!).
0 commit comments