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:
- Created 2 years ago
- Comments:11 (8 by maintainers)
Top 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 >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
Awesome… It’s fixed in
1.11.0
. Thanks for all the helpI’ll try and take a look over the weekend