Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors when scanning projects using Gradle <7.6 #131

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

asafgabai
Copy link
Contributor

@asafgabai asafgabai commented Aug 22, 2023

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Avoid adding unnecessary libraries to the classpath in the init.gradle file we use for executing gradle-dep-tree.
This caused projects using Gradle <7.6 to fail, because some of these unnecessary libraries were using JDK >=14, which is not supported by it.

@asafgabai asafgabai added the bug Something isn't working label Aug 22, 2023
@asafgabai asafgabai marked this pull request as ready for review August 22, 2023 06:51
@asafgabai asafgabai merged commit fbe1762 into jfrog:master Aug 22, 2023
10 of 11 checks passed
@asafgabai asafgabai deleted the downgrade-jackson branch August 22, 2023 07:55
@yahavi yahavi linked an issue Aug 22, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JFROG Plugin cannot scan the dependency tree Unsupported class file exception in Gradle scan
2 participants