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 92bfea9 commit 8177102Copy full SHA for 8177102
settings.gradle
@@ -76,6 +76,8 @@ include 'spring-statemachine-data:jpa'
76
include 'spring-statemachine-data:redis'
77
include 'spring-statemachine-data:mongodb'
78
79
+include 'docs'
80
+
81
rootProject.children.each { project ->
82
if (project.name == 'spring-statemachine-data') {
83
project.name = 'spring-statemachine-data-common'
0 commit comments