Skip to content

Commit

Permalink
adding grails release plugin to follow new way of publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tednaleid committed Apr 28, 2012
1 parent 825a54e commit 757226a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#Grails Metadata file
#Fri Apr 27 22:39:31 CDT 2012
#Fri Apr 27 23:22:58 CDT 2012
app.grails.version=2.0.3
app.name=grails-redis
plugins.rest-client-builder=1.0.2
4 changes: 4 additions & 0 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ grails.project.dependency.resolution = {
grailsHome()
grailsCentral()
mavenCentral()
grailsRepo "http://grails.org/plugins"
// mavenRepo "http://m2repo.spockframework.org/snapshots"
}

Expand All @@ -20,6 +21,9 @@ grails.project.dependency.resolution = {
}

plugins {
build ":release:2.0.0", {
export = false
}
test(':code-coverage:1.2.5') {
export = false
}
Expand Down

0 comments on commit 757226a

Please sign in to comment.