mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-21 18:34:04 +02:00
Added template configs!
Implemented gson, lombok!
This commit is contained in:
parent
b3c91e197a
commit
30b50b14a4
13 changed files with 56 additions and 2 deletions
|
@ -19,6 +19,9 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
|
||||
implementation("com.google.code.gson:gson:2.12.1")
|
||||
compileOnly 'org.projectlombok:lombok:1.18.36'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.36'
|
||||
}
|
||||
|
||||
def targetJavaVersion = 21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue