Merge branch 'pr-1368'

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-10-05 09:42:42 -03:00
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ This will create the zip files in the directory `pmd-dist/target`:
That's all !
**Note:** While Java 9 is required for building, running PMD only requires Java 7 (or Java 8 for Apex).
**Note:** While Java 10 is required for building, running PMD only requires Java 7 (or Java 8 for Apex and the Designer).
## How to build the documentation?

View File

@ -24,6 +24,7 @@ This is a {{ site.pmd.release_type }} release.
### External Contributions
* [#1366](https://github.com/pmd/pmd/pull/1366): \[Java] Static Modifier on Internal Interface pmd #1356 - [avishvat](https://github.com/vishva007)
* [#1368](https://github.com/pmd/pmd/pull/1368): \[doc] Updated outdated note in the building documentation. - [Maikel Steneker](https://github.com/maikelsteneker)
{% endtocmaker %}