18 lines
492 B
Groovy
18 lines
492 B
Groovy
description = 'Spring State Machine Samples Common'
|
|
|
|
project('spring-statemachine-samples-turnstile') {
|
|
description = 'Spring State Machine Turnstile Sample'
|
|
}
|
|
|
|
project('spring-statemachine-samples-showcase') {
|
|
description = 'Spring State Machine Showcase Sample'
|
|
}
|
|
|
|
project('spring-statemachine-samples-cdplayer') {
|
|
description = 'Spring State Machine CD Player Sample'
|
|
}
|
|
|
|
project('spring-statemachine-samples-tasks') {
|
|
description = 'Spring State Machine Parallel Regions Sample'
|
|
}
|