]> git.basschouten.com Git - openhab-addons.git/commit
[groovyscripting] Add Groovy scripting support (#8772)
authorWouter Born <github@maindrain.net>
Sat, 17 Oct 2020 21:32:14 +0000 (23:32 +0200)
committerGitHub <noreply@github.com>
Sat, 17 Oct 2020 21:32:14 +0000 (23:32 +0200)
commitde6390501b52cbb512c762e00771b080c31e6293
tree8e7896e6a1b3dc50b376080f873df6b7b9523349
parentfd1a40aaba05aa4ae147ed79476f4fd798ae2084
[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>
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.automation.groovyscripting/NOTICE [new file with mode: 0644]
bundles/org.openhab.automation.groovyscripting/README.md [new file with mode: 0644]
bundles/org.openhab.automation.groovyscripting/pom.xml [new file with mode: 0644]
bundles/org.openhab.automation.groovyscripting/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.automation.groovyscripting/src/main/java/org/openhab/automation/groovyscripting/internal/GroovyScriptEngineFactory.java [new file with mode: 0644]
bundles/org.openhab.automation.groovyscripting/src/main/java/org/openhab/automation/groovyscripting/internal/package-info.java [new file with mode: 0644]
bundles/pom.xml