Closed MahatmaFatalError closed 1 year ago
Thanks for reporting @MahatmaFatalError. This should be fixed in https://github.com/openrewrite/rewrite-gradle-plugin/commit/ea0bf9141095c8b66665b97962e6ac04900aadbe. Will issue a new release containing this patch soon
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I am using the Gradle plugin, and my project is a multi module project. While most of the modules are java, there is one 'perf-test-gatling' module which is using scala and 'io.gatling.gradle' version '3.9.5' --> https://gatling.io/docs/gatling/reference/current/extensions/gradle_plugin/
Note that the problem was intruduced with v6.1.6, version 6.1.5 did not complain and just run through.
The exception below indicates that it tries to run
compileGatlingJava
on the root project, which of course will fail since this task is only available on the gatling sub-module.What is the full stack trace of any errors you encountered?
Are you interested in contributing a fix to OpenRewrite?
Open to use snapshot versions