Add Gradle Support

This commit is contained in:
Am-Coder 2019-01-30 21:21:01 +05:30
parent 3511b727df
commit fd8279808a

View file

@ -1,7 +1,9 @@
/*
* This file was generated by the Gradle 'init' task.
*/
task wrapper(type: Wrapper) {
gradleVersion = '2.0'
}
plugins {
id 'java'
id 'maven'