From 17f40f747ef7293bec0248ac591a4204b3e5d8b2 Mon Sep 17 00:00:00 2001 From: Maurizio Casciano Date: Sun, 18 Jan 2026 16:18:42 +0100 Subject: [PATCH] /configfs-tsm Use Java 8 source & target Fixes [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Source option 7 is no longer supported. Use 8 or later. [ERROR] Target option 7 is no longer supported. Use 8 or later. --- configfs-tsm/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configfs-tsm/pom.xml b/configfs-tsm/pom.xml index 526e3cb..dd68c31 100644 --- a/configfs-tsm/pom.xml +++ b/configfs-tsm/pom.xml @@ -24,8 +24,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8