Jitpack builds failed
See original GitHub issueFirst 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:
- Created 5 years ago
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it should be fixed now with
2.0.2
, let me knowjust clone the repo in the root directory of your app, and use the lines I provided you above, then change the path accordingly