gradle-maven-exec-plugin icon indicating copy to clipboard operation
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.

Open venkateshwarlu808 opened this issue 2 years ago • 0 comments

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)

venkateshwarlu808 avatar Jun 09 '22 12:06 venkateshwarlu808