File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ This will add the entire library. Alternatively, you can include the required m
66
66
## Building
67
67
68
68
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.
72
72
73
73
To build EJML from the command line use the following commands. These will generate all the source code and install
74
74
it in your local Maven repository.
You can’t perform that action at this time.
0 commit comments