Skip to content

Commit 7b4ddab

Browse files
committed
update to Grails 2.4.5
1 parent 8e2243b commit 7b4ddab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
app.grails.version=2.0.4
1+
app.grails.version=2.4.5

grails-app/conf/BuildConfig.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
grails.project.work.dir = 'target'
22
grails.project.docs.output.dir = 'docs/manual' // for backwards-compatibility, the docs are checked into gh-pages branch
33

4+
grails.project.dependency.resolver = 'maven'
45
grails.project.dependency.resolution = {
56

67
inherits 'global'
78
log 'warn'
89

910
repositories {
10-
grailsCentral()
1111
mavenLocal()
12+
grailsCentral()
1213
mavenCentral()
1314
}
1415

@@ -42,7 +43,7 @@ grails.project.dependency.resolution = {
4243
}
4344

4445
plugins {
45-
build ':release:2.2.1', ':rest-client-builder:1.0.3', {
46+
build ':release:3.1.2', ':rest-client-builder:2.1.1', {
4647
export = false
4748
}
4849
}

0 commit comments

Comments
 (0)