Added support for watching Java files!
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.