Skip to content

Commit

Permalink
clean gradle build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikat committed Apr 28, 2018
1 parent 73707df commit 7ecfa80
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions moshi-jsonapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ plugins {

apply plugin: 'com.novoda.bintray-release'

group = 'moe.banana'

sourceCompatibility = '1.7'
targetCompatibility = '1.7'

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7ecfa80

Please sign in to comment.