From 1c21c605ece9e7e1fe31568dcf83761e69332833 Mon Sep 17 00:00:00 2001 From: David Herman Date: Fri, 7 Jan 2022 10:16:36 -0800 Subject: [PATCH] Add workaround instructions for IntelliJ gradle regression Bug #91 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ec281ee8d..a4d34e393 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,16 @@ You can read all about [IntelliJ's Gradle integration here](https://www.jetbrain general, you should create two run configurations: one for `kobwebStart -t` and one for `kobwebStop`. To do this, start from [these instructions](https://www.jetbrains.com/help/idea/run-debug-gradle.html). +--- + +**NOTE**: It looks like someone broke something in IntelliJ. Follow along at +[this YouTrack issue](https://youtrack.jetbrains.com/issue/IDEA-284935) to see when it will be resolved. + +As a temporary workaround, consider making a "Shell Script" run configuration, set the "Execute" option to +"Script text", and set the "Script text" to `./gradlew kobwebStart -t` + +![Kobweb Start Run Config Workaround](https://raw.githubusercontent.com/varabyte/media/main/kobweb/images/kobweb-start-workaround.png) + ## Running examples Kobweb will provide a growing collection of samples for you to learn from. To see what's available, run: