Azure / spring-cloud-azure-tools

Tools (including Github Actions) used by spring cloud azure team
MIT License
4 stars 6 forks source link

Remove warning for the build #4

Open jialigit opened 2 years ago

jialigit commented 2 years ago

Context

From the log of building, see the following output:

Run mvn -B -e -f sdk/spring/pom.xml -P coverage verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0

Goal

We should remove this warning.