Gradle Release Notes
Version 0.9.1
- New and Noteworthy
- Migrating from 0.9
- Fixed Jira Issues
New and Noteworthy
This release is primarily a bug-fix release, so it does not include many new features.
Use the local Maven cache to resolve dependencies
There is now a mavenLocal() method, which adds a repository that looks for dependencies in the local Maven cache. This repository uses the Maven settings.xml file, if present, to locate the cache.
Migrating from 0.9
Gradle 0.9.1 Breaking Changes
Fixed Jira Issues
0.9.1 Breaking Changes
- Wrapper task
- Scaladoc task
Wrapper task
- urlRoot, archiveName and archiveClassifier properties have been deprecated, and replaced by the distributionUrl property.
Scaladoc task
- Previously, the options.windowTitle property of the Scaladoc task defaulted to the value of the title property. Scaladoc 2.8 no longer supports a windowTitle, and so options.windowTitle now defaults to null.