No bug - Make project-wide default language level be Java 1.7 in IntelliJ. r=me

DONTBUILD NPOTB

Straight from http://stackoverflow.com/a/24751182 and the linked
IntelliJ tickets.

--HG--
extra : commitid : AcbSF0042KW
extra : rebase_source : f67e9eecfdf3f452e4fd55901f8eb42b0f3ed22c
This commit is contained in:
Nick Alexander 2015-08-21 16:16:16 -07:00
Родитель 70099b93ec
Коммит e664678d95
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -73,3 +73,11 @@ afterEvaluate {
}
}
}
apply plugin: 'idea'
idea {
project {
languageLevel = '1.7'
}
}