Hi all
I am following the tutorial here to set up QuPath scripting on IntelliJ:
https://github.com/qupath/qupath/wiki/Advanced-scripting-with-IntelliJ. After setting up as instructed, upon running import qupath.lib.scripting.QP
I received an error “Caused by: groovy.lang.GroovyRuntimeException: Conflicting module versions. Module [groovy-jsr223 is loaded in version 3.0.6 and you are trying to load version 3.0.3”
I installed groovy 3.0.6 and wondering if QuPath strictly requires 3.0.3 to work?