This is a Java and Groovy project, build using gradle in Eclipse.
Eclipse version:
Version: Oxygen.3a Release (4.7.3a)
Build id: 20180405-1200
gradle build --refresh-dependencies
gradlew build
gradlew run
gradle cleanEclipse -> to clean the Eclipse configuration completely
gradle cleanEclipseProject -> to remove the .project file
gradle cleanEclipseClasspath -> to empty the project's classpath
gradle eclipse -> to rebuild the Eclipse configuration
java -jar excelMergeTool-0.1.0.jar -Dspring.config.location=.\application.properties &
git clone https://github.com/Abhinav3414/ExcelMergeTool.git
cd ExcelMergeTool
./gradlew build
Done.