Skip to content

Commit 2c9d1dc

Browse files
authored
Update README.md (#196)
Account for the switch in language version introduced in 0.41.1.
1 parent 53c2a8f commit 2c9d1dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ This will add the entire library. Alternatively, you can include the required m
6666
## Building
6767

6868
Unless you need a bleeding edge new feature or are contributing to EJML you probably don't need to build it yourself
69-
since pre-build jars are readily available on Maven Central. Gradle is the official tool environment for EJML. Java 11
70-
or higher is required to build EJML, but it will generate Java 8 (a.k.a. Java 1.8) byte code. This is because it uses
71-
a few recent language features.
69+
since pre-build jars are readily available on Maven Central. Gradle is the official tool environment for EJML. Java 17
70+
or higher is required to build EJML, but it will generate Java 11 byte code. This is because it uses a few recent
71+
language features.
7272

7373
To build EJML from the command line use the following commands. These will generate all the source code and install
7474
it in your local Maven repository.

0 commit comments

Comments
 (0)