[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

@@ -16,6 +16,11 @@
<name>openHAB Add-ons :: BOM :: openHAB Add-ons</name>
<dependencies>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.automation.groovyscripting</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.adorne</artifactId>