java-ddd-example icon indicating copy to clipboard operation
java-ddd-example copied to clipboard

error al ejecutar make run

Open eacevedof opened this issue 1 year ago • 1 comments

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 avatar Jun 08 '24 18:06 eacevedof

@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

dimanu-py avatar Dec 17 '24 13:12 dimanu-py