GithubHelp home page GithubHelp logo

Comments (11)

jitpack-io avatar jitpack-io commented on May 18, 2024

Ok, fixed the problem with dependencies. Unfortunately looks like there's a compilation error:
https://jitpack.io/com/github/walec51/spring-data-cassandra/DATACASS-182-fix/build.log

from jitpack.io.

walec51 avatar walec51 commented on May 18, 2024

this is strange because I actualy fixed that compilation error in that branch

from jitpack.io.

walec51 avatar walec51 commented on May 18, 2024

I created another release to make sure:
https://jitpack.io/#walec51/spring-data-cassandra/DATACASS-182-2
and again I've got 401

from jitpack.io.

jitpack-io avatar jitpack-io commented on May 18, 2024

Oh right, probably because that release was created before our fix. Rebuilt it now and and the artifacts appear to be in place. Tried it in a maven build and it could download them.
How does it look now? Maven might need the -U switch to redownload dependencies.

from jitpack.io.

walec51 avatar walec51 commented on May 18, 2024

The build for my second release seams to be ok:
https://jitpack.io/com/github/walec51/spring-data-cassandra/DATACASS-182-2/build.log

But when I try to get:
https://jitpack.io/com/github/walec51/spring-data-commons/DATACASS-182-2/spring-data-commons-DATACASS-182-2.pom

I still get a 401 error - the same one I've got in the previous release.

from jitpack.io.

jitpack-io avatar jitpack-io commented on May 18, 2024

Yes, the url in the first error message was wrong. spring-data-commons module does not exist in this project so it returns 401. Currently spring-data-cassandra depends on spring-data-commons but it downloads it from maven central.

If you add the dependency then it should download both:
compile 'com.github.walec51:spring-data-cassandra:DATACASS-182-fix

from jitpack.io.

jitpack-io avatar jitpack-io commented on May 18, 2024

Indeed and ${project.groupId} is set to org.springframework.data so it won't be downloaded from JitPack. JitPack only handles com.github.* groups. Instead gradle will look in mavenCentral() assuming it is added to your build.gradle.

Btw, did you want to use a fork spring-data-commons as well? Its possible but then you'd need to replace the ${project.groupId} with 'com.github.walec51'.

The errors might be due to some errors being cached so maybe deleting ~/.gradle/caches will help.
Gradle should be downloading this file:
https://jitpack.io/com/github/walec51/spring-data-cassandra/DATACASS-182-2/spring-data-cassandra-DATACASS-182-2.pom
Does it open for you?

Is your build file is on GitHub somewhere? It might make it easier to pinpoint your issue.

from jitpack.io.

walec51 avatar walec51 commented on May 18, 2024

it worked for com.github.walec51:spring-data-cassandra:DATACASS-182-2 now
thanks !

from jitpack.io.

jitpack-io avatar jitpack-io commented on May 18, 2024

Fantastic! Sorry for the confusion : )

from jitpack.io.

walec51 avatar walec51 commented on May 18, 2024

also I created another release and no problems happened this time
thanks for the help and a great tool :)

from jitpack.io.

jitpack-io avatar jitpack-io commented on May 18, 2024

Even better! Happy building!:)

from jitpack.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.