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/01/25 09:49:38 UTC

[fineract] branch develop updated: FINERACT-1724: Fixed unncessary fineract-provider publication since it fails the overall publication with the following error: Invalid publication 'mavenJava': POM file is invalid. Check any modifications you have made to the POM file.

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


The following commit(s) were added to refs/heads/develop by this push:
     new cd0cec022 FINERACT-1724: Fixed unncessary fineract-provider publication since it fails the overall publication with the following error: Invalid publication 'mavenJava': POM file is invalid. Check any modifications you have made to the POM file.
cd0cec022 is described below

commit cd0cec02295c19b151ee9f5ee059e1105bfafb6a
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Wed Jan 25 10:46:52 2023 +0100

    FINERACT-1724: Fixed unncessary fineract-provider publication since it
    fails the overall publication with the following error:
    Invalid publication 'mavenJava': POM file is invalid. Check any
    modifications you have made to the POM file.
---
 build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 94c7e8921..cc744d9a8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,8 +38,7 @@ buildscript {
         fineractPublishProjects = subprojects.findAll{
             [
                 'fineract-avro-schemas',
-                'fineract-client',
-                'fineract-provider'
+                'fineract-client'
             ].contains(it.name)
         }
         npmRepository = 'https://npm.pkg.github.com'