[groovyscripting] Upgrade Groovy to 4.0.26 (#18636)
Upgrades Groovy from 4.0.23 to 4.0.26. For release notes, see: * https://groovy-lang.org/changelogs/changelog-4.0.24.html * https://groovy-lang.org/changelogs/changelog-4.0.25.html * https://groovy-lang.org/changelogs/changelog-4.0.26.html Signed-off-by: Wouter Born <github@maindrain.net>pull/18640/head
parent
652865eadf
commit
ac7360c97b
|
@ -1,6 +1,6 @@
|
|||
# Groovy Scripting
|
||||
|
||||
This add-on provides support for [Groovy](https://groovy-lang.org/) 4.0.23 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/) 4.0.26 that can be used as a scripting language within automation rules and which eliminates the need to manually install Groovy.
|
||||
|
||||
## Creating Groovy Scripts
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<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.fusesource.jansi.*;resolution:=optional,org.stringtemplate.v4.*;resolution:=optional</bnd.importpackage>
|
||||
<groovy.version>4.0.23</groovy.version>
|
||||
<groovy.version>4.0.26</groovy.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue