Skip to content

Tags: IainHull/gradle

Tags

REL_1.7-rc-1

Toggle REL_1.7-rc-1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Build with the very latest release branch code.

REL_1.6

Toggle REL_1.6's commit message
improvements to Groovy and Scala user guide chapters

- better explain how groovyClasspath and scalaClasspath are inferred

REL_1.6-rc-1

Toggle REL_1.6-rc-1's commit message
A little more content for the release notes.

REL_1.5

Toggle REL_1.5's commit message
Move log warnings about ignored ivy file content down to debug level.

- Ideally, these should only be logged once when the module is actually resolved from a remote repository.
- Once we don't use ivy.xml for internal meta-data persistence, we should be able to move these messages up to WARN, I think.
- Also, used the correct string substitution characters for log messages

REL_1.5-rc-3

Toggle REL_1.5-rc-3's commit message
Move log warnings about ignored ivy file content down to debug level.

- Ideally, these should only be logged once when the module is actually resolved from a remote repository.
- Once we don't use ivy.xml for internal meta-data persistence, we should be able to move these messages up to WARN, I think.
- Also, used the correct string substitution characters for log messages

REL_1.5-rc-2

Toggle REL_1.5-rc-2's commit message
Cleaned up the section on dependency resolution tweaking in the User …

…Guide

REL_1.5-rc-1

Toggle REL_1.5-rc-1's commit message
Changed order and added some minor updates/fixes.

REL_1.4

Toggle REL_1.4's commit message
GRADLE-2650: always set http.keepAlive = "true" to work around bugs i…

…n HttpClient-4.2.2

REL_1.4-rc-3

Toggle REL_1.4-rc-3's commit message
GRADLE-2650: always set http.keepAlive = "true" to work around bugs i…

…n HttpClient-4.2.2

REL_1.4-rc-2

Toggle REL_1.4-rc-2's commit message
GRADLE-2641 - Some hackery to handle parent POMs with SNAPSHOT versio…

…n. Needs a deeper reworking of parsing to fix properly.