Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Last active December 10, 2015 01:38
Show Gist options
  • Select an option

  • Save zbigniewTomczak/4360013 to your computer and use it in GitHub Desktop.

Select an option

Save zbigniewTomczak/4360013 to your computer and use it in GitHub Desktop.
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment