6 lines
93 B
Groovy
6 lines
93 B
Groovy
rootProject.name = 'redis'
|
|
include 'web'
|
|
include 'remote-worker'
|
|
include 'remote-interface'
|
|
|