Skip to content

Commit 4032770

Browse files
Adjust JavaAnnotationsMojoDescriptorExtractor
1 parent ec81829 commit 4032770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public class JavaAnnotationsMojoDescriptorExtractor implements MojoDescriptorExt
137137
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V23, "23");
138138
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V24, "24");
139139
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V25, "25");
140+
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V26, "26");
140141
}
141142

142143
@Inject

0 commit comments

Comments
 (0)