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 88453b3 commit bd18620Copy full SHA for bd18620
pom.xml
@@ -77,18 +77,6 @@
77
78
<build>
79
<plugins>
80
- <plugin>
81
- <groupId>org.apache.maven.plugins</groupId>
82
- <artifactId>maven-enforcer-plugin</artifactId>
83
- <configuration>
84
- <rules>
85
- <enforceBytecodeVersion>
86
- <maxJdkVersion>${java.version}</maxJdkVersion>
87
- <ignoredScopes>test</ignoredScopes>
88
- </enforceBytecodeVersion>
89
- </rules>
90
- </configuration>
91
- </plugin>
92
<plugin>
93
<groupId>org.jetbrains.kotlin</groupId>
94
<artifactId>kotlin-maven-plugin</artifactId>
0 commit comments