-
Minimum JDK8 required
-
Major rewrite of the internal repository support. Relies less on Gradle less APIs and provides a DSL layer that mimics the Gradle
repository
structure, but is not binary compatible.
-
#32 - Honour non-transitive dependencies
-
#22 - Support Google repositories.
-
#28 - Simplify multi-project support
-
If
includeBuildScriptDependencies
is set, it will only look for those dependencies in the root project.
-
#20 - Unable to create task extending org.ysb33r.gradle.ivypot.OfflineRepositorySync
-
#12 - Make default layout 'gradle'.
-
#11 - Patterns for writing artifacts is now configurable.
-
#9 - Cannot use pattern-based Ivy Resolver since Gradle 2.3.
-
#8 - Transitive dependencies are not copied to local repository.
-
#7 - When using two
OfflineRepositorySync
tasks, the build fails.