fix idea nagging me
This commit is contained in:
parent
f0049a4d93
commit
792cdbedf9
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
@ -95,6 +95,7 @@
|
|||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<!--suppress UnresolvedMavenProperty -->
|
||||
<maven.home>${maven.home}</maven.home>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
|
@ -114,6 +115,7 @@
|
|||
<systemPropertyVariables>
|
||||
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<!--suppress UnresolvedMavenProperty -->
|
||||
<maven.home>${maven.home}</maven.home>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue