jooby icon indicating copy to clipboard operation
jooby copied to clipboard

jooby run fails with Eclipse buildship

Open re-thc opened this issue 5 years ago • 0 comments

When using Eclipse with buildship (integrated Gradle) the JoobyRun task doesn't trigger hot reload.

Gradle sets up Eclipse to build in 'bin' where as gradle stores its output in 'build' and by default JoobyRun skips compilation if using Eclipse.

If a change happens on the source file, gradle isn't building and the Eclipse build doesn't trigger a restart or any other action from JoobyRun.

re-thc avatar Dec 20 '20 05:12 re-thc