1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 23:23:32 +00:00
Files
nomulus/gradle/settings.gradle
jianglai 9735978b87 Consolidate app engine deployment gradle tasks
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
2018-12-06 13:34:16 -05:00

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'