aboutsummaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
authormdxd44 <ogurec332@mail.ru>2022-04-03 03:48:05 +0900
committermdxd44 <ogurec332@mail.ru>2022-04-03 03:49:13 +0900
commit4b5857eccf18641fba5e679c1133785ec93e5669 (patch)
treebbfa9ef8c0f31d44575e888c8aaaf1364a511f09 /config/checkstyle
parent1c63ce46241e8df6f35f33533b808184811863ca (diff)
downloadLimboAuth-4b5857eccf18641fba5e679c1133785ec93e5669.tar.gz
LimboAuth-4b5857eccf18641fba5e679c1133785ec93e5669.tar.bz2
LimboAuth-4b5857eccf18641fba5e679c1133785ec93e5669.zip
Exclude useless jna natives, relocate not relocated dependencies, update dependencies, update gradle, fix checkstyle, fix gitignore.
Diffstat (limited to 'config/checkstyle')
-rw-r--r--config/checkstyle/checkstyle.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index f6a501f..a78b371 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -45,7 +45,6 @@
<module name="TreeWalker">
<module name="MissingOverride"/>
- <module name="FinalClass"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
<module name="RequireThis">