Skip to content

Commit 07cbb8a

Browse files
committed
Update supported java version to 11
1 parent af6bd88 commit 07cbb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/main/java/io/javaoperatorsdk/operator/config/runtime/ControllerAnnotationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import javax.tools.JavaFileObject;
3636

3737
@SupportedAnnotationTypes("io.javaoperatorsdk.operator.api.Controller")
38-
@SupportedSourceVersion(SourceVersion.RELEASE_8)
38+
@SupportedSourceVersion(SourceVersion.RELEASE_11)
3939
@AutoService(Processor.class)
4040
public class ControllerAnnotationProcessor extends AbstractProcessor {
4141

0 commit comments

Comments
 (0)