Skip to content

Instantly share code, notes, and snippets.

@torrespro
Created March 1, 2021 10:13
Show Gist options
  • Save torrespro/e89752ae17064a29375e09b630c7c7a7 to your computer and use it in GitHub Desktop.
Save torrespro/e89752ae17064a29375e09b630c7c7a7 to your computer and use it in GitHub Desktop.
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-testCompile</id>
<configuration>
<release>15</release>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment