Removed unused local val

This commit is contained in:
Age Mooij 2017-09-28 13:37:38 +02:00 committed by GitHub
parent 21bd7c3a91
commit 30e81398fd
1 changed files with 0 additions and 1 deletions

View File

@ -2215,7 +2215,6 @@ object Classpaths {
val ref = thisProjectRef.value
if (skp) Def.task { s.log.debug(s"Skipping publish* for ${ref.project}") } else
Def.task {
val cfg = config.value
IvyActions.publish(ivyModule.value, config.value, s.log)
}
} tag (Tags.Publish, Tags.Network)