Skip to content

Commit 993334b

Browse files
committed
Create grace-boot-events module
Closes gh-1270
1 parent cb0781b commit 993334b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

grace-boot-events/README.md

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

grace-boot-events/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies {
2+
api project(":grace-plugin-events")
3+
api libs.grace.events.rxjava3
4+
api libs.grace.events.spring
5+
api libs.grace.events.transform
6+
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include (
66
'grace-boot',
77
'grace-boot-async',
88
'grace-boot-cache',
9+
'grace-boot-events',
910
'grace-boot-hibernate',
1011
'grace-boot-logging',
1112
'grace-boot-mongodb',

0 commit comments

Comments
 (0)