I\'m trying to run a very simple project using Gradle and running into the following error when using the gradlew run command:
gradlew run command
could not find or l
For a project structure like
project_name/src/main/java/Main_File.class
in the file build.gradle, add the following line
build.gradle
mainClassName = 'Main_File'