From 62cd4011b047a1c3700759da72154c66e8470d78 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 4 Dec 2020 15:40:47 +0000 Subject: [PATCH] readme: note minimum JDK required --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ffb877d..979e219 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ Wrapper for Trello. This wraps the `com.taskadapter:trello-java-wrapper` library. It is intended for use on my `slushy` and `fuller` projects. It was originally developed as part of `slushy` and was extracted when preparing to start on `fuller` which would need some of the same functionality. + +Requires JDK 11+