Openremote code setup, Setting up an IDE

Facing problem to Run Openremote.

  1. Prepaire environment link Developer Guide: Preparing the environment · openremote/openremote Wiki · GitHub
    2 Install docker
    3 IDE Setting Developer Guide: Setting up an IDE · openremote/openremote Wiki · GitHub
    a) Run the command successfully

    b) Set code on Intellij IDE and follow the instruction

    c) after that when i Run the command

It give below error.

  • Network openremote_default Created 0.7s
  • Container openremote-postgresql-1 Healthy 11.9s
  • Container openremote-keycloak-1 Started 18.4s
    PS C:\Users\procu\Downloads\openremote-master\openremote-master> ./gradlew clean installDist
    Starting a Gradle Daemon (subsequent builds will be faster)
  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use ‘–warning-mode all’ to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See Command-Line Interface

BUILD FAILED in 26s
PS C:\Users\procu\Downloads\openremote-master\openremote-master>

How I can solve the error where i have done mistake. Please Let me know.

Thank you

Hi!

The logs you’ve sent are quite sparse, and I don’t know why Gradle doesn’t log anything.

Can you try a different terminal to execute the ./gradlew clean installDist command?
Do you have the most recent version of OpenRemote?
Are you using a custom project?

Thank you for your reply I re import the code on IDE now it’s working