blob: 22e1bdad4b7d6a82f5e76f3d3601b7fcda7192a4 [file] [log] [blame]
apply plugin: 'java'
sourceSets {
main {
java {
srcDirs = ["XMPCore/src"]
}
}
}