Giter Club home page Giter Club logo

Comments (4)

MFlisar avatar MFlisar commented on July 3, 2024

Check out following please:
jitpack/jitpack.io#5973

Sadly, I have no control over jitpack and can't fix that...

Which modules of lumberjack do you use? You can at least remove the viewer/feedback module, the core does not have any dependency on my feedback library. And then you can add the newest feedback library and use it directly to just get the function to send a log file. If you need the viewer you should upgrade though...

Alternatively download the correct tags of lumberjack and my feedback manager and build it locally or inside a fork on github yourself...

Alternative 3 is to download the tag 0.2 and build a jar locally and add it to your project and exclude the transitive dependency from lumberjack

from lumberjack.

MFlisar avatar MFlisar commented on July 3, 2024

I made a new branch of my cache file provider library based on the old 0.2 tag and adjusted it to build with the newest gradle version. You can try something like following to keep using the old version of lumberjack:

// adjust your lumberjack dependencies and remove the cache file provider dependency from it
implementation("com.michaelflisar.lumberjack:...") {
	exclude(group = "com.github.MFlisar", module = "CacheFileProvider")
}
// add following cache file provider manually instead (its the new build of the adjusted 0.2 version)
implementation("com.github.MFlisar:CacheFileProvider:15c65e2b2d")

Please let me know if that helps.

from lumberjack.

saptarshifm avatar saptarshifm commented on July 3, 2024

@MFlisar We tried the above and still came accross this error:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/michaelflisar/cachefileprovider/CacheFileProviderUtil;
at com.michaelflisar.feedbackmanager.internal.FeedbackUtil.copyFileToCache(FeedbackUtil.kt:15)
at com.michaelflisar.feedbackmanager.Feedback.buildIntent(Feedback.kt:36)
at com.michaelflisar.feedbackmanager.Feedback.startEmailChooser(Feedback.kt:57)
at com.michaelflisar.lumberjack.ExtensionFeedbackKt.sendFeedback(ExtensionFeedback.kt:30)
at com.michaelflisar.lumberjack.ExtensionFeedbackKt.sendFeedback$default(ExtensionFeedback.kt:15)

from lumberjack.

MFlisar avatar MFlisar commented on July 3, 2024

I close this, as i can't help here and as this is a jitpack issue that I can't influence. Updating is the best option or dowloading and building everything locally alternatively...

from lumberjack.

Related Issues (17)

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.