datahub/data-model/build.gradle
2015-11-19 14:39:21 -08:00

8 lines
69 B
Groovy

sourceSets {
main {
resources {
srcDir 'DDL'
}
}
}