blob: b169d7389156a0f2eda80e2d2216e0af46770dce [file] [log] [blame]
apply plugin: 'java'
sourceSets {
main {
java {
srcDirs = ['src']
}
}
}