From 7ecfa800f9445effa77408f1310bdcac2b7e1f09 Mon Sep 17 00:00:00 2001 From: kamikat Date: Sat, 28 Apr 2018 15:18:34 +0800 Subject: [PATCH] clean gradle build script --- moshi-jsonapi/build.gradle | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/moshi-jsonapi/build.gradle b/moshi-jsonapi/build.gradle index e386632..db85503 100644 --- a/moshi-jsonapi/build.gradle +++ b/moshi-jsonapi/build.gradle @@ -8,8 +8,6 @@ plugins { apply plugin: 'com.novoda.bintray-release' -group = 'moe.banana' - sourceCompatibility = '1.7' targetCompatibility = '1.7' @@ -48,20 +46,6 @@ artifacts { archives javadocJar } -install { - repositories.mavenInstaller { - pom.project { - licenses { - license { - name 'The MIT License' - url 'https://github.com/kamikat/moshi-jsonapi/blob/master/LICENSE' - distribution 'repo' - } - } - } - } -} - jacocoTestReport { reports { xml.enabled = true // coveralls plugin depends on xml format report