Skip to content

Commit

Permalink
Update dependency generation (#28)
Browse files Browse the repository at this point in the history
Update dependency generation from using compile to implementation
  • Loading branch information
csv8674xn authored and kkoser committed Nov 28, 2018
1 parent 9e18353 commit 0bd8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaky/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ publishing {
}

dependencies {
configurations.compile.allDependencies.each { ModuleDependency dp ->
configurations.implementation.allDependencies.each { ModuleDependency dp ->
dependency {
resolveStrategy = Closure.DELEGATE_ONLY
groupId dp.group
Expand Down

0 comments on commit 0bd8581

Please sign in to comment.