Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Latest commit

 

History

History
122 lines (66 loc) · 2.53 KB

CHANGELOG.adoc

File metadata and controls

122 lines (66 loc) · 2.53 KB

CHANGELOG

0.11

Improvements

  • #44 Compatible with Gradle 6.1.

  • #47 Honour order of repositories as listed.

Compatibility

  • Gradle compatibility tested 5.0 - 6.1

0.10

Improvements

  • #29 Added realm parameter for credentials (Thank you Jakob Hendeß).

  • #34 Resolve classifiers and extensions correctly.

  • #40 Run repository synchronisation process in separate JVM.

  • #41 Allow arbitrary binaries to be cached.

Breaking changes

  • Not binary compatible with 0.9.

Contributors

0.9

Compatibility

  • Gradle compatibility tested 5.0 - 5.2.1

Breaking changes

  • 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.

Compatibility

  • Gradle compatibility tested 4.0 - 5.2.1

0.8

  • #32 - Honour non-transitive dependencies

0.7

  • #22 - Support Google repositories.

Compatibility

  • Gradle compatibility tested 4.0 - 4.7

0.6

  • #28 - Simplify multi-project support

Breaking changes

  • If includeBuildScriptDependencies is set, it will only look for those dependencies in the root project.

Compatibility

  • Gradle compatibility tested 2.8 - 4.3.1

0.5

Bugs

  • #20 - Unable to create task extending org.ysb33r.gradle.ivypot.OfflineRepositorySync

Breaking changes

  • Minimum supported version is Gradle 2.8

Compatibility

  • Gradle compatibility tested 2.8 - 4.2

0.4

  • #12 - Make default layout 'gradle'.

0.3.7

  • #11 - Patterns for writing artifacts is now configurable.

0.3.6

  • #10 - Fixes issues that was suppose to be fixed by #9.

  • Compatibility check up to Gradle 2.11

0.3.5

  • #9 - Cannot use pattern-based Ivy Resolver since Gradle 2.3.

0.3.4

  • #8 - Transitive dependencies are not copied to local repository.

0.3.3 (Avoid this release)

  • #7 - When using two OfflineRepositorySync tasks, the build fails.

0.3.2

  • #5 - Don’t mix cache data with artifacts.

  • #6 - Specifying ivy repositories with only a URL does not work.

0.3.1

  • Re-releases 0.3.0 with correct plugin id.

0.3.0

Initial first release - this had the wrong Gradle plugin id.