mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-10 06:09:20 +01:00
fix: force java 8
This commit is contained in:
parent
928638cb7a
commit
620d405404
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ plugins {
|
|||
|
||||
group 'ftbsc.lll.processor'
|
||||
|
||||
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url = 'https://maven.fantabos.co' }
|
||||
|
|
Loading…
Reference in a new issue