mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-03 14:23:03 +00:00
8 lines
169 B
Groovy
8 lines
169 B
Groovy
![]() |
apply plugin: 'java'
|
||
|
apply plugin: 'pegasus'
|
||
|
|
||
|
dependencies {
|
||
|
compile spec.product.pegasus.data
|
||
|
}
|
||
|
|
||
|
sourceSets.mainGeneratedDataTemplate.java.srcDirs('src/main/java/')
|