We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594da2a commit 5fb94a5Copy full SHA for 5fb94a5
grace-boot-plugin/README.md
@@ -0,0 +1,2 @@
1
+## grace-boot-plugin
2
+
grace-boot-plugin/build.gradle
@@ -0,0 +1,5 @@
+dependencies {
+ api project(":grace-boot")
3
+ api project(":grace-plugin-api")
4
+ api project(":grace-plugin-core")
5
+}
settings.gradle
@@ -9,6 +9,7 @@ include (
9
'grace-boot-logging',
10
'grace-boot-mongodb',
11
'grace-boot-persistence',
12
+ 'grace-boot-plugin',
13
'grace-boot-rest',
14
'grace-boot-web',
15
'grace-bootstrap',
0 commit comments