mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02:00
Removed duplicate build files for each service, and also added two tasks that runs deployment/staging for all services. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=224359198
10 lines
203 B
Groovy
10 lines
203 B
Groovy
rootProject.name = 'nomulus'
|
|
|
|
include 'core'
|
|
include 'proxy'
|
|
include 'third_party'
|
|
include 'util'
|
|
include 'services:default'
|
|
include 'services:backend'
|
|
include 'services:tools'
|
|
include 'services:pubapi'
|