mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-10 01:18:07 +01:00
11 lines
285 B
Text
11 lines
285 B
Text
|
plugins {
|
||
|
id("lighteco.shadow-logic")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly("org.projectlombok:lombok:1.18.28")
|
||
|
annotationProcessor("org.projectlombok:lombok:1.18.28")
|
||
|
|
||
|
compileOnly("org.checkerframework:checker-qual:3.8.0")
|
||
|
compileOnly("org.jetbrains:annotations:20.1.0")
|
||
|
}
|