mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-13 02:39:22 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
284954e20d
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' }
|
||||
|
@ -13,4 +15,4 @@ repositories {
|
|||
dependencies {
|
||||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
implementation 'ftbsc:lll:0.2.2'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue