mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-11 02:32:54 +00:00
16 lines
324 B
Groovy
16 lines
324 B
Groovy
apply plugin: 'pegasus'
|
|
|
|
|
|
dependencies {
|
|
compile spec.product.pegasus.data
|
|
compile project(':li-utils')
|
|
dataModel project(':li-utils')
|
|
|
|
testCompile externalDependency.guava
|
|
}
|
|
|
|
mainAvroSchemaJar.dependsOn generateAvroSchema
|
|
|
|
pegasus.main.generationModes = [PegasusGenerationMode.PEGASUS, PegasusGenerationMode.AVRO]
|
|
|