Improve reject version speed
See original GitHub issueI’m seeing:
Selection of org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20-dev-2342 rejected by component selection rule: Rejected by rejectVersionIf
Selection of org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20-dev-2286 rejected by component selection rule: Rejected by rejectVersionIf
Selection of org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20-dev-2250 rejected by component selection rule: Rejected by rejectVersionIf
Selection of org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20-dev-2193 rejected by component selection rule: Rejected by rejectVersionIf
With a super long delay between versions. After 15m45s
I’ve only made it as far as:
Selection of org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20-dev-350-225 rejected by component selection rule: Rejected by rejectVersionIf
Is there a way to speed this up?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Hashing speed, accepted, rejected speed and shares
Hashing speed, accepted, rejected speed and shares. Here, we will explain how mining works, how NiceHash works, how do you get paid, ...
Read more >How To Fix Stale, Invalid & Rejected Shares - YouTube
In this video I explain how to fix the stale / invalid share which is a common problem for beginners when crypto coin...
Read more >V1 | SKYbrary Aviation Safety
V1 is the maximum speed at which a rejected takeoff can be initiated in the event of an emergency. V1 is also the...
Read more >Go / No-Go: Why Are We Rejecting Above V1? - OpsGroup
Common sense and physics tells us that the faster we go, the more dangerous it becomes to reject, rather than get airborne.
Read more >Improved single-stage kickback-rejected comparator for high ...
Abstract: In this paper, the conventional single-stage latched comparator is improved for both high speed and low noise flash ADCs.
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 Free
Top 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
We delegate to Gradle for dependency resolution. They resolve versions sequentially and do not allow for any parallelization within the plugin itself. They would need to optimize handling of dynamic versions.
If the above is true, then setting that repository’s metadata sources to be just the pom might help.