mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00: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
11 lines
203 B
Groovy
11 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'
|