Skip to content

Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.tests.dev.annotations.processors.LoggingDataElementProcessor' less than -source '14'

Created by: jayjaybillings

I encounter this error - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.tests.dev.annotations.processors.LoggingDataElementProcessor' less than -source '14' - when I try to build on win64 with Java 14.

It is caused by using @SupportedSourceVersion(SourceVersion.Release_11) on the annotation processors.

Do we actually need this? Is there any reason why we would want to limit the latest version of JDK that we could use? I would propose that we remove these.

@dbluhm What do you think? If you agree I'll push the changes.