Update build.gradle

This commit is contained in:
Am-Coder 2019-01-30 22:14:19 +05:30 committed by GitHub
parent ba529170b4
commit 3983728179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,7 @@
/* /*
* This file was generated by the Gradle 'init' task. * This file was generated by the Gradle 'init' task.
*/ */
task wrapper(type: Wrapper) {
gradleVersion = '2.0'
}
plugins { plugins {
id 'java' id 'java'
id 'maven' id 'maven'
@ -50,3 +48,6 @@ sourceCompatibility = '1.8'
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
} }
task wrapper(type: Wrapper) {
gradleVersion = '2.0'
}