Giter VIP home page Giter VIP logo

Comments (7)

cdmbr avatar cdmbr commented on July 26, 2024 1

Temporary kludge to avoid this error:

classpath ("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:+") {
    exclude group: "org.eclipse.jgit", module: "org.eclipse.jgit"
}
classpath "org.eclipse.jgit:org.eclipse.jgit:4.11.+"

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024 1

@varunmehta @cdmbr New version v1.5.1 is just published thanks to @n0mer

from gradle-git-properties.

varunmehta avatar varunmehta commented on July 26, 2024 1

Tested and works! Thanks a lot guys.

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

If possible, can you provide a minimal build.gradle to reproduce the issue? Thanks.

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

Never mind, I can reproduce the issue now. Will provide a fix soon. Thanks for reporting.

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

This issue comes from grgit 2.1.1 which being used by this plugin (see ajoberstar/grgit#229 ). Specifically, grgit 2.1.1 using jgit with dynamic version range, so jgit 4.x is upgraded automatically to jgit 5.x when 5.x available recently (which is not backward compatible to 4.x).

Solution: We will need to upgrade the plugin dependency from grgit 2.1.1 to grgit 2.2.1 (using static version of jgit)

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

I have delivered the fix for this issue.

@n0mer Can you help to publish a new version to fix this critical issue soon? Thanks.

from gradle-git-properties.

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.