From d3f5135ee74276098d2ef87f9a8fae64b168bc83 Mon Sep 17 00:00:00 2001 From: Tim Molter Date: Thu, 18 Apr 2024 21:52:34 +0200 Subject: [PATCH] bump to java 1.8 --- README.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index faf64b9..012dc4f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ uses a ThreadLocal wrapper for each job containing a HashMap for job key-value p * [x] or define jobs and triggers programmatically * [x] Cron Triggers * [x] Simple Triggers - * [x] Java 7 and up + * [x] Java 8 and up * [x] Depends only on slf4j ## Create a Job Class diff --git a/pom.xml b/pom.xml index d74a889..b00a4aa 100644 --- a/pom.xml +++ b/pom.xml @@ -129,8 +129,8 @@ maven-compiler-plugin 3.10.1 - 1.7 - 1.7 + 1.8 + 1.8 true true