Skip to content

Commit

Permalink
Remove deps from Pom
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed May 14, 2015
1 parent 646a55e commit b31f11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ uploadArchives {
packaging 'jar'
description 'Toast API Module Loader '
}
pom*.whenConfigured { pom -> pom.dependencies.clear() }
}
}
}
Expand Down

0 comments on commit b31f11d

Please sign in to comment.