Fix test to use count down latch, fix whitespace
[tbgof.git] / ide.gradle
1 apply plugin: "idea"
2
3 idea {
4         project {
5                 languageLevel = "1.8"
6         }
7 }