Upgrading Gradle to version 5.6.4
Created by: Rajkumar-D
Upgrading Gradle to version 2.2 to 5.6.4. All the changes are due to the deprecated features in latest gradle version (5.6.4). Over all changes are listed below :
- Updated classesDir to classesDirs
- Removed leftshift(<<) in tasks
- Classifiers are replaces with archiveClassifiers
- Removed output.classesDir as the output.classesDirs is readonly in latest gradle version
- Updated generateXMLBeanSources task to set classgendir to 'build/classes/java/main'