We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ef1fe commit 168ad70Copy full SHA for 168ad70
Java/pom.xml
@@ -47,16 +47,15 @@
47
</properties>
48
49
<build>
50
- <plugins>
51
- <plugin>
52
- <groupId>org.apache.maven.plugins</groupId>
53
- <artifactId>maven-compiler-plugin</artifactId>
54
- <configuration>
55
- <source>${java.source.version}</source>
56
- <target>${java.source.version}</target>
57
- </configuration>
58
- </plugin>
59
- </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
60
</build>
61
62
</project>
0 commit comments