gradle-maven-exec-plugin
gradle-maven-exec-plugin copied to clipboard
* What went wrong: A problem occurred evaluating root project . Could not get unknown property 'MavenExec' for root project of type org.gradle.api.Project.
After upgrading the Gradle Version from 4.x to 7.x , I am facing the below issue while doing the build. Kindly help me on this if any one faced the issue .
FAILURE: Build failed with an exception.
- What went wrong: 14:16:35 A problem occurred evaluating root project 'XXXXXXX'. 14:16:35 > Failed to apply plugin 'com.github.dkorotych.gradle-maven-exec'. 14:16:35 > Could not find matching constructor for: org.gradle.process.internal.DefaultExecActionFactory(org.gradle.api.internal.file.IdentityFileResolver)