Skip to content

Commit 5fb94a5

Browse files
committed
Create grace-boot-plugin module
Closes gh-1259
1 parent 594da2a commit 5fb94a5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

grace-boot-plugin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## grace-boot-plugin
2+

grace-boot-plugin/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dependencies {
2+
api project(":grace-boot")
3+
api project(":grace-plugin-api")
4+
api project(":grace-plugin-core")
5+
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include (
99
'grace-boot-logging',
1010
'grace-boot-mongodb',
1111
'grace-boot-persistence',
12+
'grace-boot-plugin',
1213
'grace-boot-rest',
1314
'grace-boot-web',
1415
'grace-bootstrap',

0 commit comments

Comments
 (0)