Skip to content

Instantly share code, notes, and snippets.

@trayburn
Created September 16, 2019 15:59
Show Gist options
  • Save trayburn/be876b417fbfa9f8e60648fc463300e2 to your computer and use it in GitHub Desktop.
Save trayburn/be876b417fbfa9f8e60648fc463300e2 to your computer and use it in GitHub Desktop.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment