java-ddd-example
java-ddd-example copied to clipboard
error al ejecutar make run
FAILURE: Build failed with an exception.
* What went wrong:
Cannot locate tasks that match ':run' as task 'run' not found in root project 'java-dd-example'.
* Try:
> Run gradlew tasks to get a list of available tasks.
> For more on name expansion, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:name_abbreviation in the Gradle documentation.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
@eacevedof a mi tambié me fallaba, se me solucionó añadiendo el plugin application en el archivo build.gradle y especificando una main class en este mismo archivo