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.

After updating t `1.10` dependencyUpdates taking forever.

See original GitHub issue
  • Setup
    • com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.38.0
    • gg.jte:jte:1.10.0
    • Gradle - 7.0.2
    • JDK 17 EA build

After updating to the latest release ./gradlew clean dependencyUpdates task is stuck forever

> Task :cleanGenerateJte UP-TO-DATE
Caching disabled for task ':cleanGenerateJte' because:
  Caching has not been enabled for the task
Task ':cleanGenerateJte' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
:cleanGenerateJte (Thread[Execution worker for ':',5,main]) completed. Took 0.01 secs.
<===----------> 25% EXECUTING [30s]
> Resolve files of :runtimeClasspath

I am not sure whether this is a Gradle or Version plugin issue. Reporting it here because downgrading to 1.9.0 works as expected with the same Gradle and versions plugin.

 - gg.jte:jte [1.9.0 -> 1.10.0]
     http://jte.gg

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
sureshgcommented, Jun 17, 2021

Awesome… It’s fixed in 1.11.0. Thanks for all the help

2reactions
edward3hcommented, Jun 17, 2021

I’ll try and take a look over the weekend

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gradle precompileJte always runs even if nothing has ...
On my system - if I run the precompileJte task then it doesn't seem to take into account that the inputs and outputs...
Read more >
How to display dependency updates only for release ...
When I'm running versions:display-dependency-updates , it will show all the newest beta / milestone versions of my dependencies.
Read more >
Changelog and Migration Guide - Detekt
Specifically, we're reverting a change on our Gradle Plugin. The original change #3655 resulted in several false positives when using rules with Type...
Read more >
OpenNMS Release Notes
Fix a thread leak in SNMP queries that can happen when old connections don't get closed properly. Fix a long-standing bug in the...
Read more >
Why and How to Upgrade to Java 16 or 17
Java 17, the next Long Term Support (LTS) release, will be released on ... On the other hand, when using the latest non-LTS...
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