diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-09-24 01:19:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 01:19:12 +0300 |
commit | 7aad1972287dc8927648d93785d79b0f25e3d180 (patch) | |
tree | 299fc4e9577eb283ecbd25c02a55b8c8e8ee6403 /src/java | |
parent | c62bd1a9c8a658a2686919ac1331cade9d9f73d5 (diff) |
Automated documentation update (#180)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/java')
-rw-r--r-- | src/java/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/java/README.md b/src/java/README.md index 0ddda2a..02a6413 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -22,6 +22,9 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. | installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - | | installMaven | Install Maven, a management tool for Java | boolean | - | +## License + +For the Java Feature from this repository, see [NOTICE.txt](https://github.com/devcontainers/features/tree/main/src/java/NOTICE.txt) for licensing information on JDK distributions. --- |