From 85105a796b63e5b1fcb9a0663fca71226b3853de Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Tue, 22 Oct 2024 20:30:03 +0200 Subject: [PATCH] Remove reference to java 8 (#304) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0296546b..8975755d7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Build the project with [Gradle](http://gradle.org/) using this [build.gradle](ht You require the following to build Agrona: -* The Latest release of Java 8. Agrona is tested with Java 8, 17 and 21. +* The Latest release of Java 17. Agrona is tested with Java 17 and 21. Full clean and build: