Open EricYHan opened 5 months ago
@EricYHan Looks like something went wrong with Gradle task resolution. You can do the following:
Ensure Java 17 is used for gradle in your terminal:
./gradlew clean build buildPlugin
./gradlew clean :flowable-intellij-plugin:runIde
After ./gradlew clean build buildPlugin
both running from terminal and from IntelliJ-Gradle:
should work
I am new to kotlin, gradle and idea plugins. I clone the projected and run "./gradlew clean :flowable-intellij-plugin:runIde". But i meet this error: This is my idea gradle configuration: This is my project structure configuration: Am I using wrong version of gradle and jvm? I am confused please help me. Thanks a lot