Skip to content

Commit

Permalink
assemble.gradle change for default plugins upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Oct 29, 2012
1 parent 87cfc1a commit 30565f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/assemble.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ task pluginsFromRepo {
resources: "1.1.6",
webxml: "1.4.1",
jquery: "1.8.0",
'database-migration': "1.1",
cache: "1.0.0"
'database-migration': "1.2",
cache: "1.0.1"
]

ext.dir = file("$buildDir/pluginsFromRepo")
Expand Down

0 comments on commit 30565f5

Please sign in to comment.