[FEAT] New Access control system to replace whitelisting and account linking
This commit is contained in:
@@ -62,6 +62,9 @@ dependencies {
|
||||
implementation("com.google.code.gson:gson:${gson}")
|
||||
implementation("com.google.guava:guava:31.1-jre")
|
||||
implementation 'com.mojang:authlib:4.0.43'
|
||||
|
||||
compileOnly "org.projectlombok:lombok:${lombok}"
|
||||
annotationProcessor "org.projectlombok:lombok:${lombok}"
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
@@ -114,7 +117,7 @@ shadowJar {
|
||||
relocate 'org.reflections', shade_group + 'org.reflections'
|
||||
}
|
||||
exclude 'META-INF/**'
|
||||
setArchiveClassifier('')
|
||||
setArchiveClassifier('verification')
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
Reference in New Issue
Block a user