plugins {
id 'java'
}
// that git submodule uses non gradle folder structure so here we are hacking things
sourceSets {
main {
java {
srcDir '../luaformatter/src'
test {
srcDir '../luaformatter/test'