Skip to content

Added support for watching Java files!

Choose a tag to compare

@brunobasto brunobasto released this 01 Jul 17:01
· 28 commits to master since this release

Java support

Now Java files are also watched! If you are wondering how we are compiling Java using a Node.js tool, we are not. Whenever a change to a .java file is detected, we hand over the responsibility of compiling it to Gradle and trigger an OSGi installation so that the new .class files are loaded into the JVM.