[java-mvn-enforcer] 01/03: Work around some Eclipse/Java17 weirdness

Rod Widdowson rdw at steadingsoftware.com
Wed Nov 1 14:12:37 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=976e3b00b3eb535fbbebb0cbb5168ca031abc624

commit 976e3b00b3eb535fbbebb0cbb5168ca031abc624
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Oct 30 14:10:57 2023 +0000

    Work around some Eclipse/Java17 weirdness
---
 .settings/org.eclipse.jdt.core.prefs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
index 2fb8ec2..20f3e88 100644
--- a/.settings/org.eclipse.jdt.core.prefs
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -10,8 +10,8 @@ org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable
 org.eclipse.jdt.core.compiler.annotation.nullable.secondary=org.springframework.lang.Nullable
 org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-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.APILeak=warning
 org.eclipse.jdt.core.compiler.problem.annotatedTypeArgumentToUnannotated=info
 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
@@ -110,4 +110,4 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
 org.eclipse.jdt.core.compiler.release=enabled
-org.eclipse.jdt.core.compiler.source=17
+org.eclipse.jdt.core.compiler.source=11

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list