lessthanoptimal / Java-Matrix-Benchmark

Java Matrix Benchmark is a tool for evaluating Java linear algebra libraries for speed, stability, and memory usage.
http://lessthanoptimal.github.io/Java-Matrix-Benchmark/
GNU General Public License v3.0
59 stars 11 forks source link

Update gradle to latest version #18

Closed apete closed 2 years ago

apete commented 2 years ago

Importing the modules/projects to eclipse doesn't work, and the gradle project import wizard does present a list of various features that will not work because of the old version used.

Building on the command line works fine.

I tried just replacing the version with a newer one, but that didn't seem to work. Something more needs to be done.

lessthanoptimal commented 2 years ago

Updated gradle to 7.3.3 which is what I'm using on most projects now. It builds but I've not tested it beyond that.

apete commented 2 years ago

Importing to eclipse works now, thanks.