datahub/metadata-models/build.gradle

17 lines
371 B
Groovy
Raw Normal View History

2019-08-31 20:51:14 -07:00
apply plugin: 'pegasus'
2019-08-31 20:51:14 -07:00
dependencies {
compile spec.product.pegasus.data
compile project(':li-utils')
dataModel project(':li-utils')
testCompile externalDependency.gmaValidators
2019-08-31 20:51:14 -07:00
testCompile externalDependency.guava
}
mainAvroSchemaJar.dependsOn generateAvroSchema
pegasus.main.generationModes = [PegasusGenerationMode.PEGASUS, PegasusGenerationMode.AVRO]