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

Documentation for Multi-project is out-of-date #46

Closed phreed closed 4 years ago

phreed commented 4 years ago

https://github.com/ysb33r/ivypot-gradle-plugin#multi-project-support

A quick check of the source code indicates that the offlineRepoDir variable mentioned in the documentation does not exist in the source code.

$ grep -R offlineRepoDir *
README.adoc:        offlineRepoDir = "${rootProject.projectDir}/repo"

I suspect repoRoot may have been what was intended?

ysb33r commented 4 years ago

Yes!

A little PR would be appreciated. This plugin does not get a lot of time allocated from my side.

ysb33r commented 4 years ago

Documentation updated to hopefully clear up the confusing usage of project.ext