We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e033328 commit da10917Copy full SHA for da10917
pom.xml
@@ -526,23 +526,6 @@ under the License.
526
</execution>
527
</executions>
528
</plugin>
529
- <plugin>
530
- <groupId>org.apache.maven.plugins</groupId>
531
- <artifactId>maven-enforcer-plugin</artifactId>
532
- <executions>
533
- <execution>
534
- <id>enforce-bytecode-version</id>
535
- <configuration>
536
- <rules>
537
- <enforceBytecodeVersion>
538
- <maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
539
- </enforceBytecodeVersion>
540
- </rules>
541
- <fail>true</fail>
542
- </configuration>
543
- </execution>
544
- </executions>
545
- </plugin>
546
</plugins>
547
</build>
548
0 commit comments