mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com> Co-authored-by: Shirshanka Das <shirshanka@apache.org>
17 lines
371 B
Groovy
17 lines
371 B
Groovy
apply plugin: 'pegasus'
|
|
|
|
|
|
dependencies {
|
|
compile spec.product.pegasus.data
|
|
compile project(':li-utils')
|
|
dataModel project(':li-utils')
|
|
|
|
testCompile externalDependency.gmaValidators
|
|
testCompile externalDependency.guava
|
|
}
|
|
|
|
mainAvroSchemaJar.dependsOn generateAvroSchema
|
|
|
|
pegasus.main.generationModes = [PegasusGenerationMode.PEGASUS, PegasusGenerationMode.AVRO]
|
|
|