> Tarefa: Executar erro de falha: não conseguiu encontrar ou carregar a classe 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