You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/11/07 01:27:09 UTC

[fineract] branch vorburger-JavaTimeDefaultTimeZone created (now 525bcbd)

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

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


      at 525bcbd  Enable JavaTimeDefaultTimeZone rule in ErrorProne (FINERACT-1112)

This branch includes the following new commits:

     new 525bcbd  Enable JavaTimeDefaultTimeZone rule in ErrorProne (FINERACT-1112)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: Enable JavaTimeDefaultTimeZone rule in ErrorProne (FINERACT-1112)

Posted by vo...@apache.org.
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 ⛑️ <mi...@vorburger.ch>
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",