Skip to content

Commit

Permalink
Document usage of Gradle license plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Dec 30, 2024
1 parent ac4f9d0 commit 25a5ad0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/pluto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
8 changes: 8 additions & 0 deletions projects/saturn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 25a5ad0

Please sign in to comment.