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

Add support for repositories.flatDir #2

Closed ysb33r closed 8 years ago

ysb33r commented 9 years ago
syncRemoteRepositories {
  repositories {
    flatDir {
     // as for usual flatDir definitions
   }
}
ysb33r commented 8 years ago

This does not actually make sense.