mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-22 10:14:53 +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'
|
group 'ftbsc.lll.processor'
|
||||||
|
|
||||||
|
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url = 'https://maven.fantabos.co' }
|
maven { url = 'https://maven.fantabos.co' }
|
||||||
|
@ -13,4 +15,4 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.squareup:javapoet:1.13.0'
|
implementation 'com.squareup:javapoet:1.13.0'
|
||||||
implementation 'ftbsc:lll:0.2.2'
|
implementation 'ftbsc:lll:0.2.2'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue