You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/06/06 09:45:24 UTC

[fineract] 07/15: FINERACT-1724: Excluding Spring autoconfiguration import file from license checking

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

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit e865d31dd92c0bd12ce114e9ace09a2d52ae34c4
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Fri Jun 2 14:47:48 2023 +0200

    FINERACT-1724: Excluding Spring autoconfiguration import file from license checking
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 257598e7f..50e3a9375 100644
--- a/build.gradle
+++ b/build.gradle
@@ -188,6 +188,7 @@ allprojects  {
             '**/*.github/**',
             '**/MANIFEST.MF',
             '**/spring.factories',
+            '**/org.springframework.boot.autoconfigure.AutoConfiguration.imports',
             '**/*.json',
             '**/*.json.template',
             '**/*.txt',