Skip to content

Commit

Permalink
Remove shadow plugin from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Mar 21, 2018
1 parent dc48caa commit 29ebac3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ethereumj-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ buildscript {
plugins {
id 'application'
id 'jacoco'
id 'com.github.johnrengelman.shadow' version '2.0.1'
id 'com.github.kt3k.coveralls' version '2.6.3'
id 'com.jfrog.bintray' version '1.0'
}
Expand Down Expand Up @@ -241,13 +240,7 @@ bintrayUpload.onlyIf {

install {
repositories.mavenInstaller {
// excludes artifacts produced by shadow plugin
addFilter('default') {artifact, file ->
!file.getName().contains("shadow")
}
pom('default').version = 'pom-default';

customizePom(pom('default'), project)
customizePom(pom, project)
}
}

Expand Down

0 comments on commit 29ebac3

Please sign in to comment.