Document this change:
End grails app developers need to understand that bootJar / bootRun tasks will generate invalid jars, if no application class exist, so we now fail the build, when no Application class exists
Forcing a failure is a time saver. This change does not apply to plugins. Only applications.