diff --git a/projects/pluto/README.md b/projects/pluto/README.md index 5cb3617e3..6b666aebd 100644 --- a/projects/pluto/README.md +++ b/projects/pluto/README.md @@ -34,4 +34,12 @@ To format the code, run the following command: NOTE: The Spotless plugin also runs as part of the CI pipeline. Build will fail if the code is not formatted correctly. +### Licenses +The project uses the Gradle license plugin to manage licenses. To check if the licenses of the dependencies +are compatible with list of allowed licenses defined in [allowed-licenses.json](allowed-licenses.json), +run the following command: + +```bash +./gradlew :checkLicense +``` diff --git a/projects/saturn/README.md b/projects/saturn/README.md index 2693cc0b1..b7b6e2688 100644 --- a/projects/saturn/README.md +++ b/projects/saturn/README.md @@ -34,4 +34,12 @@ To format the code, run the following command: NOTE: The Spotless plugin also runs as part of the CI pipeline. Build will fail if the code is not formatted correctly. +### Licenses +The project uses the Gradle license plugin to manage licenses. To check if the licenses of the dependencies +are compatible with list of allowed licenses defined in [allowed-licenses.json](allowed-licenses.json), +run the following command: + +```bash +./gradlew :checkLicense +```