From 3affa92f8cb979ecc53ed52986b44eb80e1289d4 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 30 Jan 2025 10:23:55 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4261a0ac15..fd68aef26b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,11 +8,11 @@ and discuss your ideas or propose the changes you wish to make. ## Building -In order to build and test this whole repository you need JDK 11+. +In order to build and test this whole repository you need JDK 17. ### Building from source -Build using Java 11+: +Build using Java 17: ```bash java -version