Skip to content

Commit

Permalink
Update README.md (#196)
Browse files Browse the repository at this point in the history
Account for the switch in language version introduced in 0.41.1.
  • Loading branch information
mtf90 authored Feb 8, 2024
1 parent 53c2a8f commit 2c9d1dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ This will add the entire library. Alternatively, you can include the required m
## Building

Unless you need a bleeding edge new feature or are contributing to EJML you probably don't need to build it yourself
since pre-build jars are readily available on Maven Central. Gradle is the official tool environment for EJML. Java 11
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
a few recent language features.
since pre-build jars are readily available on Maven Central. Gradle is the official tool environment for EJML. Java 17
or higher is required to build EJML, but it will generate Java 11 byte code. This is because it uses a few recent
language features.

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

0 comments on commit 2c9d1dc

Please sign in to comment.