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

Commit

Permalink
Made long lines wrap better for the book
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmccullough committed Jun 6, 2011
1 parent 0448b90 commit 4d39cb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion maven-gradle-comparison-dependency-groovy/build.gradle
Expand Up @@ -11,6 +11,8 @@ repositories {
dependencies {
testCompile 'junit:junit:4.8.2'
compile 'commons-beanutils:commons-beanutils:1.8.3'
//groovy 'mule:mule-extras-groovy:1.+' //The flexible definition of a version requires Internet access
//groovy 'mule:mule-extras-groovy:1.+'
// ^ The "+" flexible definition of a version
// requires Internet access
groovy 'mule:mule-extras-groovy:1.1.1'
}

0 comments on commit 4d39cb1

Please sign in to comment.