In Flowable 6.4.0, is it possible to use groovy 2.5.4 instead of 2.4.15?
Do you know any regressions? errors?
Are there any risks?
Thanks a lot,
JC
In Flowable 6.4.0, is it possible to use groovy 2.5.4 instead of 2.4.15?
Do you know any regressions? errors?
Are there any risks?
Thanks a lot,
JC
Any ideas for this item ?
JC
Hi,
On the master version we are using Groovy 2.5.5 now so that should be ok:
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jsr223</artifactId>
<version>2.5.5</version>
</dependency>
Best regards,
Tijs