Skip to content

Commit 0a3b102

Browse files
committed
BuildConfig
1 parent 917c39b commit 0a3b102

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: application.properties

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
app.grails.version=2.1.1
44
app.name=mongodb-morphia
55
app.version=0.8.0
6-
plugins.hibernate=2.1.1
7-
plugins.release=2.0.4
8-
plugins.tomcat=2.1.1

Diff for: grails-app/conf/BuildConfig.groovy

+7
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,11 @@ grails.project.dependency.resolution = {
3737
// compile 'org.mongodb:mongo-java-driver:2.7.+'
3838
}
3939

40+
plugins {
41+
build(":release:2.0.4",
42+
":rest-client-builder:1.0.2") {
43+
excludes 'svn'
44+
export = false
45+
}
46+
}
4047
}

0 commit comments

Comments
 (0)