mirror of
https://github.com/google/nomulus
synced 2026-04-24 02:00:50 +00:00
In Java 9+, this module is no longer loaded by default. JAXB needs it to compile. Also changed the root project name to "nomulus". ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219000053
6 lines
68 B
Groovy
6 lines
68 B
Groovy
rootProject.name = 'nomulus'
|
|
|
|
include 'third_party'
|
|
include 'core'
|
|
|