Gradle 'run' Task Fails: "Directory does not contain a Gradle build" (stackoverflow.com)stack
17 points by Paris Vanuya in stackoverflow.com · 2y ago · stack
Question: I'm facing an issue when trying to run my Gradle-based Java project using the gradle run command. I encounter the following error: FAILURE: Build failed with an exception. * What went wrong: Directory '/path/to/project' does not contain a Gradle build. A Gradle build s…