openremote / custom-project

Template repo for creating an OpenRemote custom project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackOverflowError on first build

ibraym opened this issue · comments

Describe the bug
The build failed with StackOverflowError message on fresh copy of the repository

To Reproduce
Steps to reproduce the behavior:

1. git clone git@github.com:openremote/custom-project.git
2. cd custom-project/
3. git submodule init
4. git submodule update
5. chmod u+x gradlew
6. ./gradlew eclipse

Screenshots
image

Setup information:

  • OS: Ubuntu 22.04
  • java version "17.0.4"
  • OpenRemote v3

I have the same problem

Should be fixed with 1523b48