Skip to content

Instantly share code, notes, and snippets.

@bijay-shrestha
Created December 15, 2019 10:55
Show Gist options
  • Save bijay-shrestha/7cca6daf8fd224d49cf3eaf2c643726c to your computer and use it in GitHub Desktop.
Save bijay-shrestha/7cca6daf8fd224d49cf3eaf2c643726c to your computer and use it in GitHub Desktop.
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>${java.version}</source>
					<target>${java.version}</target>
				</configuration>
			</plugin>
		</plugins>
	</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment