mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
It can be run directly by "gradle :proxy:run" ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222102849
6 lines
98 B
Groovy
6 lines
98 B
Groovy
rootProject.name = 'nomulus'
|
|
|
|
include 'core'
|
|
include 'proxy'
|
|
include 'third_party'
|
|
include 'util'
|