mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 23:42:12 +02: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
5 lines
68 B
Groovy
5 lines
68 B
Groovy
rootProject.name = 'nomulus'
|
|
|
|
include 'third_party'
|
|
include 'core'
|
|
|