You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
eacevedof
changed the title
al ejecutar make run
error al ejecutar make run
Jun 8, 2024
@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
The text was updated successfully, but these errors were encountered: