15 lines
380 B
Groovy
15 lines
380 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'
|
|
}
|
|
|