google-nomulus/gradle/settings.gradle
jianglai c375b0d5f4 Add javax.activation as a dependency of jaxb
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
2018-10-29 15:41:06 -04:00

5 lines
68 B
Groovy

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