question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jitpack builds failed

See original GitHub issue

First a big compliment and praise for this great project!

It seems to me that the building process went wrong with the last 2 tags (2.0.0 and 2.0.1) at jitpack (log file). Now I don’t seem to be able to integrate the current software version based on tags with maven and jitpack anymore. The corresponding error message from the jitpack log:

* Where:
Build file '/home/jitpack/build/sipservice/build.gradle' line: 36

* What went wrong:
A problem occurred evaluating project ':sipservice'.
> Could not find method implementation() for arguments [directory 'libs'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Is it possible to fix the problem, or how else do I have to proceed to integrate the project module? Is there an example available?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
aenonGitcommented, Mar 11, 2019

it should be fixed now with 2.0.2, let me know

0reactions
aenonGitcommented, Mar 13, 2019

just clone the repo in the root directory of your app, and use the lines I provided you above, then change the path accordingly

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAILURE: Build failed with an exception. · Issue #4777 - GitHub
2.Add jitpack.io repository to build.gradle file of the root as well as the library module of the project as below. repositories { google ......
Read more >
Jitpack is failing to build my library due to unkown task 'install'
I'm trying to compile my library, using jitpack, but i consistenly get the 'failed to resolve: $library-dependency' When i build my app.
Read more >
FAQ - JitPack.io
Possible reasons: 1. 404 - File not found. Build failed, tag does not exist or there is no such file in build artifacts....
Read more >
jitpack/jitpack.io - Gitter
What went wrong: Execution failed for task ':library:publishReleasePublicationToMavenRepository'. Failed to publish publication 'release' to repository 'maven'
Read more >
Ahead-of-time JitPack Builds with Custom GroupId via GitHub ...
The -m 30 above is a 30 second timeout. I've used a bit of trial-and-error on the timeout length. I started with 1...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found