forked from public-mirrors/Uniform
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
337 B
Groovy
14 lines
337 B
Groovy
plugins {
|
|
id 'java-library'
|
|
id 'maven-publish'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnlyApi 'com.mojang:brigadier:1.1.8'
|
|
compileOnlyApi 'net.kyori:adventure-api:4.17.0'
|
|
|
|
compileOnly 'org.jetbrains:annotations:24.1.0'
|
|
compileOnly 'org.projectlombok:lombok:1.18.32'
|
|
|
|
annotationProcessor 'org.projectlombok:lombok:1.18.32'
|
|
} |