This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 35245c89 Clarifies Java platform requirement 35245c89 is described below commit 35245c89d8ae92a9167136b9fd4a97b402065083 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:25:51 2023 -0400 Clarifies Java platform requirement --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 3b67478e..c4473c1f 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -1,4 +1,4 @@ -JEXL 3.0 uses Maven 3 as the build tool, and requires Java 8 (or later). +JEXL 3.0 uses Maven 3 as the build tool, and requires Java 8 (or above). The following goals may be useful: * mvn clean - clean up