From bdad2e9c2f286469519ba8ad3197e1a9b1e9190f Mon Sep 17 00:00:00 2001 From: bjculkin Date: Wed, 25 Oct 2023 22:53:14 +0000 Subject: Tweak for new setup --- clformat/.classpath | 13 +++++-------- clformat/.settings/org.eclipse.jdt.core.prefs | 7 ++++--- clformat/pom.xml | 7 +++---- 3 files changed, 12 insertions(+), 15 deletions(-) (limited to 'clformat') diff --git a/clformat/.classpath b/clformat/.classpath index 2249687..cfdcd1b 100644 --- a/clformat/.classpath +++ b/clformat/.classpath @@ -9,6 +9,7 @@ + @@ -18,7 +19,7 @@ - + @@ -26,17 +27,13 @@ - - + - - - - - + + diff --git a/clformat/.settings/org.eclipse.jdt.core.prefs b/clformat/.settings/org.eclipse.jdt.core.prefs index aeacc3c..2af1e7b 100644 --- a/clformat/.settings/org.eclipse.jdt.core.prefs +++ b/clformat/.settings/org.eclipse.jdt.core.prefs @@ -1,7 +1,8 @@ eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 -org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.compiler.source=11 diff --git a/clformat/pom.xml b/clformat/pom.xml index d01f03c..47439f6 100644 --- a/clformat/pom.xml +++ b/clformat/pom.xml @@ -53,17 +53,16 @@ maven-compiler-plugin - 3.7.0 + 3.8.0 - 1.17 - 1.17 + 11 + 11 org.apache.maven.plugins maven-surefire-plugin - 2.20.1 ${surefireArgLine} -- cgit v1.2.3