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.
|
plugins {
|
|
id 'java-library'
|
|
id 'maven-publish'
|
|
}
|
|
|
|
dependencies {
|
|
api project(path: ':common')
|
|
|
|
compileOnly 'com.velocitypowered:velocity-api:3.3.0-SNAPSHOT'
|
|
compileOnly 'org.projectlombok:lombok:1.18.32'
|
|
|
|
annotationProcessor 'org.projectlombok:lombok:1.18.32'
|
|
} |