[groovyscripting] Update Groovy to 3.0.9 (#11251)
For all bugfixes and improvements, see: http://groovy-lang.org/changelogs/changelog-3.0.9.html Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
357d699cdd
commit
ba3a9bb01a
|
@ -1,6 +1,6 @@
|
||||||
# Groovy Scripting
|
# Groovy Scripting
|
||||||
|
|
||||||
This add-on provides support for [Groovy](https://groovy-lang.org/) 3.0.8 that can be used as a scripting language within automation rules and which eliminates the need to manually install Groovy.
|
This add-on provides support for [Groovy](https://groovy-lang.org/) 3.0.9 that can be used as a scripting language within automation rules and which eliminates the need to manually install Groovy.
|
||||||
|
|
||||||
## Creating Groovy Scripts
|
## Creating Groovy Scripts
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<bnd.importpackage>com.ibm.icu.*;resolution:=optional,groovy.runtime.metaclass;resolution:=optional,groovyjarjarantlr4.stringtemplate;resolution:=optional,org.abego.treelayout.*;resolution:=optional,org.apache.ivy.*;resolution:=optional,org.stringtemplate.v4.*;resolution:=optional</bnd.importpackage>
|
<bnd.importpackage>com.ibm.icu.*;resolution:=optional,groovy.runtime.metaclass;resolution:=optional,groovyjarjarantlr4.stringtemplate;resolution:=optional,org.abego.treelayout.*;resolution:=optional,org.apache.ivy.*;resolution:=optional,org.stringtemplate.v4.*;resolution:=optional</bnd.importpackage>
|
||||||
<groovy.version>3.0.8</groovy.version>
|
<groovy.version>3.0.9</groovy.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue