only:typo

This commit is contained in:
rusefillc 2024-01-30 10:24:45 -05:00
parent 6aeb4afda7
commit d3c2c5d613
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
} }
// that git submodule uses non gralde folder structure so here we are hacking things // that git submodule uses non gradle folder structure so here we are hacking things
sourceSets { sourceSets {
main { main {
java { java {
@ -14,4 +14,4 @@ sourceSets {
srcDir '../luaformatter/test' srcDir '../luaformatter/test'
} }
} }
} }