ysb33r / ivypot-gradle-plugin

Ivypot is a Gradle plugin to help managing a local off-line repository for builds in restricted environments
Apache License 2.0
45 stars 14 forks source link

Added repositories.ivy support #1

Closed ysb33r closed 9 years ago

ysb33r commented 9 years ago

Need to be able to do

syncRemoteRepositories {
  repositories {
    ivy {
     // as for usual Ivy repo definitions
   }
}
ysb33r commented 9 years ago

Fixed in e882e75