Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build the project in my own computer #394

Open
EricYHan opened this issue Jun 7, 2024 · 2 comments
Open

How to build the project in my own computer #394

EricYHan opened this issue Jun 7, 2024 · 2 comments
Labels
question Further information is requested

Comments

@EricYHan
Copy link

EricYHan commented Jun 7, 2024

No description provided.

@EricYHan EricYHan changed the title How to How to build the project in my own computer Jun 7, 2024
@EricYHan
Copy link
Author

EricYHan commented Jun 7, 2024

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:
image
This is my idea gradle configuration:
image
This is my project structure configuration:
image
Am I using wrong version of gradle and jvm? I am confused please help me. Thanks a lot

@valb3r valb3r added the question Further information is requested label Jun 17, 2024
@valb3r
Copy link
Owner

valb3r commented Jun 17, 2024

@EricYHan
Looks like something went wrong with Gradle task resolution.
You can do the following:

  1. Ensure Java 17 is used for gradle in your terminal:
Screenshot 2024-06-17 at 10 25 32
  1. ./gradlew clean build buildPlugin
  2. ./gradlew clean :flowable-intellij-plugin:runIde

After ./gradlew clean build buildPlugin both running from terminal and from IntelliJ-Gradle:
Screenshot 2024-06-17 at 10 27 25
should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants