Skip to content

Commit 2606470

Browse files
committed
use cache plugin 1.1.7
1 parent 4b03a3d commit 2606470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ task sourcesJars(type: Sync) {
120120

121121
task pluginsFromRepo {
122122
ext.plugins = [
123-
cache: "1.1.6",
123+
cache: "1.1.7",
124124
'database-migration': "1.4.0",
125125
hibernate4: "4.3.5.4",
126126
jquery: "1.11.1",

grails-resources/src/grails/grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ grails.project.dependency.resolution = {
5959

6060
// plugins for the compile step
6161
compile ":scaffolding:2.1.2"
62-
compile ':cache:1.1.6'
62+
compile ':cache:1.1.7'
6363
compile ":asset-pipeline:1.8.11"
6464

6565
// plugins needed at runtime but not for compilation

0 commit comments

Comments
 (0)