[groovyscripting] Add Groovy scripting support (#8772)

* Add Groovy scripting support

This makes it really easy to start using Groovy 3.x scripts with openHAB!

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-10-17 23:32:14 +02:00
committed by GitHub
parent fd1a40aaba
commit de6390501b
9 changed files with 148 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
<name>openHAB Add-ons :: Bundles</name>
<modules>
<!-- automation -->
<module>org.openhab.automation.groovyscripting</module>
<!-- io -->
<module>org.openhab.io.homekit</module>
<module>org.openhab.io.hueemulation</module>