Signed-off-by: Lixfel <git-5w3l@lixfel.de>
Dieser Commit ist enthalten in:
Ursprung
20c22c47f9
Commit
0caf885959
10
build.gradle
10
build.gradle
@ -74,15 +74,15 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'org.projectlombok:lombok:1.18.22'
|
compileOnly 'org.projectlombok:lombok:1.18.32'
|
||||||
testCompileOnly 'org.projectlombok:lombok:1.18.22'
|
testCompileOnly 'org.projectlombok:lombok:1.18.32'
|
||||||
annotationProcessor 'org.projectlombok:lombok:1.18.22'
|
annotationProcessor 'org.projectlombok:lombok:1.18.32'
|
||||||
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
|
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'org.hamcrest:hamcrest:2.2'
|
testImplementation 'org.hamcrest:hamcrest:2.2'
|
||||||
|
|
||||||
compileOnly 'org.xerial:sqlite-jdbc:3.36.0'
|
compileOnly 'org.xerial:sqlite-jdbc:3.46.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
task buildResources {
|
task buildResources {
|
||||||
|
@ -42,6 +42,7 @@ public enum UserPerm {
|
|||||||
RESTRICTED_MODS,
|
RESTRICTED_MODS,
|
||||||
COLOR_CHAT,
|
COLOR_CHAT,
|
||||||
TEAM,
|
TEAM,
|
||||||
|
TICKET_LOG,
|
||||||
BUILD,
|
BUILD,
|
||||||
CHECK,
|
CHECK,
|
||||||
MODERATION,
|
MODERATION,
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren