1

I have a Java/SpringREST project setup using Gradle. Is there a way in Gradle to generate a report of all dependencies (jar library) and license info of each dependency.

Albert Pinto
  • 392
  • 2
  • 6
  • 17

1 Answers1

1

I found the content very helpful and it solved my problem : Robert Fischer-Gradle License Report

Albert Pinto
  • 392
  • 2
  • 6
  • 17