In the meantime exclude it when adding Alice as a dependency ``` implementation('com.github.rockaport:alice:0.9.0') { exclude group: 'org.codehaus.groovy', module: 'groovy-all' } ```