From ae71102f79b7df3ea24c5d40dabc33b2b66cdd6e Mon Sep 17 00:00:00 2001 From: Max Barraclough Date: Thu, 13 Feb 2025 22:00:45 +0000 Subject: [PATCH] Fix Maven compilation error This fixes the following Maven compilation error: [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Source option 5 is no longer supported. Use 8 or later. [ERROR] Target option 5 is no longer supported. Use 8 or later. [INFO] 2 errors Relevant StackOverflow thread: https://stackoverflow.com/a/58195741/ --- HelloFX/Maven/hellofx/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HelloFX/Maven/hellofx/pom.xml b/HelloFX/Maven/hellofx/pom.xml index c8f8d30..8634530 100644 --- a/HelloFX/Maven/hellofx/pom.xml +++ b/HelloFX/Maven/hellofx/pom.xml @@ -12,6 +12,8 @@ UTF-8 21 0.0.8 + 21 + 21