1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 23:47:49 +00:00
Files
nomulus/gradle/settings.gradle
jianglai 118367dc6b Move proxy to its separate project
It can be run directly by "gradle :proxy:run"

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=222102849
2018-11-19 18:17:47 -05:00

7 lines
98 B
Groovy

rootProject.name = 'nomulus'
include 'core'
include 'proxy'
include 'third_party'
include 'util'