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.

Faster way to add dependencies

See original GitHub issue

Describe the solution you’d like If I understand this plugin correctly, to add a new dependency:

  • Add an implementation/api dependency to a module’s build.gradle file
  • Run ./gradlew buildSrcVersions
  • The script will recompile the Versions and Libs file.

However, the gradle task takes over 5 minutes on our project. This makes it a real pain to add new dependencies.

Is there a faster way of doing this or could this be improved?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jmfayardcommented, Nov 5, 2019

@gpeal I would say 2-4 weeks, but that’s not a promise 😃

1reaction
gpealcommented, Oct 19, 2020

@LouisCAD Yeah, we decided to pay it down now and appreciate the continued work you are putting into this project. We ran into #265 and #279 btw.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Faster way to add dependencies? - cargo - Rust Internals
For example how I behave when I need to install rand crate. I have to go to https://crates.io/. Enter package name I need....
Read more >
Ideas for speeding up installing dependencies - Stack Overflow
1 Answer 1 ; a - download them from outside servers - at every build ; b - build them from repo sources...
Read more >
FTBQuests no easy way to add dependencies? : r/feedthebeast
"To make quest A depend on quest B, select quest and Right-click on quest A and click Add selected quest as dependency." But...
Read more >
How to Create Task Dependencies in Microsoft Project 2016
Now take a look at the Task Tab Schedule Group and look for the Chain Link that says “link the selected task”. Here...
Read more >
Caching dependencies to speed up workflows - GitHub Docs
To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.
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