Splitties / refreshVersions

Life is too short to google for dependencies and versions
https://splitties.github.io/refreshVersions/
MIT License
1.63k stars 107 forks source link

org.glassfish.jaxb:jaxb-runtime is used but marked as unused #699

Closed StefanHirche closed 10 months ago

StefanHirche commented 10 months ago

⚠️ Current behavior

The dependecy is marked as unused

✅ Expected behavior

It is not marked as unused.

💣 Steps to reproduce

Don't know, maybe using jaxb-runtime is enough.

📱 Tech info

LouisCAD commented 10 months ago
  1. Do you have the following into your project's gradle.properties file or machine's ~/.gradle/gradle.properties file?

    org.gradle.configureondemand=true
  2. Which Gradle version are you using?

  3. Can you link a reproducing project?

  4. Also, do you believe it is related to your other issue, #700

StefanHirche commented 10 months ago
  1. Do you have the following into your project's gradle.properties file or machine's ~/.gradle/gradle.properties file?
org.gradle.configureondemand=true

No, I don't. But I can check if this changes anything.

  1. Which Gradle version are you using? 7.6.2
  2. Can you link a reproducing project? I will try
  3. Also, do you believe it is related to your other issue, Dependencies in the classpath configuration in the buildscript block of build.gradle are marked unused #700 I'm not sure, as I found several similar issues in refreshVersion's issues list, but all only mentioning a destinct artifact dependency, so I just added my problem artifact, as all others are working fine. And this problem occurs in a normal dependency block.
LouisCAD commented 10 months ago

Can you try with version 0.60.2-SNAPSHOT and let me know if the issue is fixed?

You'll need to add the snapshots repo. Instructions here: https://splitties.github.io/refreshVersions/setup/#if-you-want-to-use-a-snapshot-version

I plan to release 0.60.2 this Tuesday, after a good night of sleep.

StefanHirche commented 10 months ago

I just tested the snapshot and it looks good. No "unused" entries anymore, at least no unexpected ones. Thanks.

LouisCAD commented 10 months ago

Great, releasing in several minutes.