Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 904c34d

Browse files
author
Irene Nikkarinen
committed
Update Supported Version of CAP
Update SupportedSourceVersion of CommandAnnotationProcessor to 8
1 parent 061e8ea commit 904c34d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fi/helsinki/cs/tmc/cli/core/CommandAnnotationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import javax.lang.model.element.TypeElement;
2222
import javax.tools.JavaFileObject;
2323

24-
@SupportedSourceVersion(SourceVersion.RELEASE_6)
24+
@SupportedSourceVersion(SourceVersion.RELEASE_8)
2525
@SupportedAnnotationTypes({"fi.helsinki.cs.tmc.cli.core.Command"})
2626
public class CommandAnnotationProcessor extends AbstractProcessor {
2727
private static final Logger logger = LoggerFactory.getLogger(CommandAnnotationProcessor.class);

0 commit comments

Comments
 (0)