Skip to content

Commit

Permalink
Move plugins to correct tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThelen committed Feb 12, 2021
1 parent 5a83b1d commit dd53934
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Expand Up @@ -94,17 +94,17 @@
<check />
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit dd53934

Please sign in to comment.