Skip to content

Commit cb0781b

Browse files
committed
Create grace-boot-async module
Closes gh-1269
1 parent 5fb94a5 commit cb0781b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

grace-boot-async/README.md

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

grace-boot-async/build.gradle

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

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include (
44
'docs',
55
'grace-api',
66
'grace-boot',
7+
'grace-boot-async',
78
'grace-boot-cache',
89
'grace-boot-hibernate',
910
'grace-boot-logging',

0 commit comments

Comments
 (0)