You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Floyd Nickson <fl...@gmail.com> on 2020/03/12 08:46:48 UTC

message gateway

Am trying to build a deployable .war file and am getting this error message

FAILURE: Build failed with an exception.
>
> * What went wrong:
> A problem occurred configuring root project 'message-gateway'.
> > Could not resolve all dependencies for configuration ':classpath'.
>    > Could not resolve
> nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0.
>      Required by:
>          :message-gateway:unspecified
>       > Could not resolve
> nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0.
>          > Could not get resource '
> http://repo.spring.io/libs-release/nl/javadude/gradle/plugins/license-gradle-plugin/0.11.0/license-gradle-plugin-0.11.0.pom
> '.
>             > Could not GET '
> http://repo.spring.io/libs-release/nl/javadude/gradle/plugins/license-gradle-plugin/0.11.0/license-gradle-plugin-0.11.0.pom'.
> Received status code 403 from server: Forbidden
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> BUILD FAILED
>

Re: message gateway

Posted by Michael Vorburger <mi...@vorburger.ch>.
Where exactly are you getting this with, which Git revision of which code
from what repository launching which command?

I can't reproduce this on the develop branch on
https://github.com/apache/fineract/tree/develop/fineract-provider

https://github.com/apache/fineract/blob/develop/fineract-provider/build.gradle
does not use repo.spring.io. May be there is a redirect involved here
somewhere, but I don't see how.

But accessing
http://repo.spring.io/libs-release/nl/javadude/gradle/plugins/license-gradle-plugin/0.11.0/license-gradle-plugin-0.11.0.pom
with your browser shows you "HTTP is not supported. Please use HTTPS". If
you hit this on a private repository where you have Gradle file using
http://repo.spring.io, then I would try replacing that with
https://repo.spring.io/ (note the HTTP*S).

Did this help?
_______________________
Michael Vorburger
http://www.vorburger.ch


On Thu, Mar 12, 2020 at 9:47 AM Floyd Nickson <fl...@gmail.com>
wrote:

> Am trying to build a deployable .war file and am getting this error message
>
> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> A problem occurred configuring root project 'message-gateway'.
>> > Could not resolve all dependencies for configuration ':classpath'.
>>    > Could not resolve
>> nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0.
>>      Required by:
>>          :message-gateway:unspecified
>>       > Could not resolve
>> nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0.
>>          > Could not get resource '
>> http://repo.spring.io/libs-release/nl/javadude/gradle/plugins/license-gradle-plugin/0.11.0/license-gradle-plugin-0.11.0.pom
>> '.
>>             > Could not GET '
>> http://repo.spring.io/libs-release/nl/javadude/gradle/plugins/license-gradle-plugin/0.11.0/license-gradle-plugin-0.11.0.pom'.
>> Received status code 403 from server: Forbidden
>>
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or
>> --debug option to get more log output.
>>
>> BUILD FAILED
>>
>