chore: 增加配置实现生成 Graalvm 编译报告
This commit is contained in:
parent
f08b824034
commit
3d7bd378aa
6
pom.xml
6
pom.xml
@ -41,7 +41,13 @@
|
|||||||
<phase>test</phase>
|
<phase>test</phase>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<buildArgs>
|
||||||
|
<buildArg>--emit build-report</buildArg>
|
||||||
|
</buildArgs>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user