mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
Expose EbeanServer from EbeanLocalDAO Create test URNs and use those from entity models Implement interface for browse MP_VERSION=metadata-models:62.0.3 MP_VERSION=wherehows-samza:1.0.56
11 lines
244 B
Groovy
11 lines
244 B
Groovy
apply plugin: 'pegasus'
|
|
|
|
dependencies {
|
|
compile project(':li-utils')
|
|
dataModel project(':li-utils')
|
|
|
|
compile spec.product.pegasus.restliCommon
|
|
}
|
|
|
|
sourceSets.mainGeneratedDataTemplate.java.srcDirs('src/main/java/com/linkedin/testing/urn')
|