diff options
author | mdxd44 <ogurec332@mail.ru> | 2022-04-03 03:48:05 +0900 |
---|---|---|
committer | mdxd44 <ogurec332@mail.ru> | 2022-04-03 03:49:13 +0900 |
commit | 4b5857eccf18641fba5e679c1133785ec93e5669 (patch) | |
tree | bbfa9ef8c0f31d44575e888c8aaaf1364a511f09 /config/checkstyle | |
parent | 1c63ce46241e8df6f35f33533b808184811863ca (diff) | |
download | LimboAuth-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.xml | 1 |
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"> |