mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
It can be run directly by "gradle :proxy:run" ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222102849
7 lines
98 B
Groovy
7 lines
98 B
Groovy
rootProject.name = 'nomulus'
|
|
|
|
include 'core'
|
|
include 'proxy'
|
|
include 'third_party'
|
|
include 'util'
|