eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
517 stars 123 forks source link

Removed Gradle repo from parent pom #501

Closed henrikplate closed 2 years ago

henrikplate commented 2 years ago

It is not necessary any more to specify the additional repository (https://maven.google.com/) dedicated to Gradle-related dependencies. Moreover, the Gradle plugin id has been changed from vulas to steady in the rest resources.

TODOs