This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit c2fd6b3aa019d67a04cd75b9fc4220790cc9f100 Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 15 21:51:01 2021 +0200 RAT-283: Add note about JDK8 --- RELEASE_NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index a7e1204..85206e6 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,6 +1,8 @@ Rat 0.13 ========= + * Compiler level is set to JDK8 (1.8) to be able to update dependencies properly. + New features: * RAT-228: Fixing broken Ant unit test setup and making tests run more deterministic. Thanks to Romain Manni-Bucau. * RAT-245: Update to latest available and compatible Apache ANT 1.9.12 to get bugfixes and newer JDK support.
