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 98985af commit b1c4c81Copy full SHA for b1c4c81
pom.xml
@@ -81,6 +81,21 @@
81
</configuration>
82
</plugin>
83
</plugins>
84
+
85
+ <pluginManagement>
86
+ <plugins>
87
+ <plugin>
88
+ <groupId>org.apache.maven.plugins</groupId>
89
+ <artifactId>maven-compiler-plugin</artifactId>
90
+ <version>3.13.0</version>
91
+ <configuration>
92
+ <debug>false</debug>
93
+ <enablePreview>true</enablePreview>
94
+ </configuration>
95
+ </plugin>
96
+ </plugins>
97
+ </pluginManagement>
98
99
</build>
100
101
</project>
0 commit comments