Praqma / memory-map-plugin

A repository for the memory-map-plugin
13 stars 16 forks source link

Could not find net.praqma:praqmajutils:0.1.34 (dependency problem) #22

Closed ewelinawilkosz closed 6 years ago

ewelinawilkosz commented 7 years ago

When I test my job dsl with gradle (in build.gradle I have testPlugins 'net.praqma:memory-map:2.2.0') I get

Could not resolve all dependencies for configuration ':testPlugins'.

Could not find net.praqma:praqmajutils:0.1.34. Searched in the following locations: https://repo1.maven.org/maven2/net/praqma/praqmajutils/0.1.34/praqmajutils-0.1.34.pom https://repo1.maven.org/maven2/net/praqma/praqmajutils/0.1.34/praqmajutils-0.1.34.jar https://jcenter.bintray.com/net/praqma/praqmajutils/0.1.34/praqmajutils-0.1.34.pom https://jcenter.bintray.com/net/praqma/praqmajutils/0.1.34/praqmajutils-0.1.34.jar http://repo.jenkins-ci.org/releases/net/praqma/praqmajutils/0.1.34/praqmajutils-0.1.34.pom http://repo.jenkins-ci.org/releases/net/praqma/praqmajutils/0.1.34/praqmajutils-0.1.34.jar Required by: project : > net.praqma:memory-map:2.2.0

Can we make this dependency available again?

buep commented 7 years ago

The problem is the dependency is not properly released, but can be found in our own repository.

Can you as a work around fro now point the dependency to http://code.praqma.net/repo/maven/net/praqma/praqmajutils/ ?

Then we will fix the dependency problem in next release.

ewelinawilkosz commented 7 years ago

Sure, it is working now with added repository

patrickjmccarty commented 6 years ago

This is still a problem. Moreover, the link given above as a workaround is now totally dead (Unknown host code.praqma.net). Try building this project without your local repo and you'll find other problems too.

MadsNielsen commented 6 years ago

@patrickjmccarty It should be fixed now :)

patrickjmccarty commented 6 years ago

@MadsNielsen Seems to build fine now. Thank you!