Run run-app is returning error

0

I have a 3 year project, and I need to update it to generate a .war and put it running on top of Tomcat, but when I run the grails run-app command it is returning the following error:

  

| Error Resolving error obtaining dependencies: Could not transfer   artifact org.gr ails.plugins: uploadr: zip: 1.0.0 from / to grailsCentral   ( link ils / plugins): (416) (Use --stacktrace to   see the full trace) | Error Resolve error obtaining dependencies:   Could not transfer artifact org.gr ails.plugins: uploadr: zip: 1.0.0   from / to grailsCentral ( link ils / plugins): (416)   (Use --stacktrace to see the full trace) | Error Resolve error   Obtaining dependencies: Could not transfer artifact org.gr   ails.plugins: uploadr: zip: 1.0.0 from / to grailsCentral   ( link ils / plugins): (416) (Use --stacktrace to   see the full trace) | Error Could not transfer artifact   org.grails.plugins: uploadr: zip: 1.0.0 from / to grailsCentral   ( link ): (416)

I imagine it's some dependency that has no more repository. And the error message is much larger when using the parameters --stacktrace --verbose if necessary I can update my question.

But I wonder if anyone knows how to fix this?

UPDATE

I know the error is with this plugin, but I have no idea why it does not find the repository and how to fix, dowload git or something, if someone could tell me a step by step would be very grateful

compile ":uploadr:1.0.0"
    
asked by anonymous 02.04.2018 / 14:00

0 answers