Skip to content

Commit 9f1c862

Browse files
authored
build: update annotation processor source version to 17 (#160)
1 parent fa4aebd commit 9f1c862

File tree

1 file changed

+1
-1
lines changed
  • plugins/autodoc/autodoc-processor/src/main/java/org/eclipse/edc/plugins/autodoc/core/processor

1 file changed

+1
-1
lines changed

plugins/autodoc/autodoc-processor/src/main/java/org/eclipse/edc/plugins/autodoc/core/processor/EdcModuleProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"org.eclipse.edc.runtime.metamodel.annotation.Requires",
6363
"org.eclipse.edc.runtime.metamodel.annotation.Inject",
6464
})
65-
@SupportedSourceVersion(SourceVersion.RELEASE_11)
65+
@SupportedSourceVersion(SourceVersion.RELEASE_17)
6666
@SupportedOptions({ EdcModuleProcessor.ID, EdcModuleProcessor.VERSION, EdcModuleProcessor.EDC_OUTPUTDIR_OVERRIDE })
6767
public class EdcModuleProcessor extends AbstractProcessor {
6868
public static final String VERSION = "edc.version";

0 commit comments

Comments
 (0)