> Tarea: Error de ejecución de Error fallido: no pudo encontrar ni cargar la clase principal causada por: java.lang.classnotfoundException:
Check your build.gradle file and update the application block:
application {
// Define the main class for the application.
// insert the entire name of the class
mainClassName = 'packageName.MainClass'
}
UnAngeloCheSiChiamaTheKing