This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch vorburger-JavaTimeDefaultTimeZone
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 525bcbd4e55173198d250d91e55bda9806ebd309
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Sat Nov 7 02:27:04 2020 +0100

    Enable JavaTimeDefaultTimeZone rule in ErrorProne (FINERACT-1112)
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index d6de806..7c8c956 100644
--- a/build.gradle
+++ b/build.gradle
@@ -561,6 +561,7 @@ configure(project.fineractJavaProjects) {
                     "ClassNewInstance",
                     "UnnecessaryStaticImport",
                     "UnsafeFinalization",
+                    "JavaTimeDefaultTimeZone",
                     "JodaPlusMinusLong",
                     "MutableMethodReturnType",
                     "SwitchDefault",

Reply via email to