Skip to content

Commit

Permalink
Revert #443 (argLine modification)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 4, 2021
1 parent 7b7b27b commit 16e2b73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,6 @@
<minimumJavaVersion>1.${java.level}</minimumJavaVersion>
<systemProperties>
<hudson.Main.development>${hudson.Main.development}</hudson.Main.development>
<!-- to avoid losing the focus on MacOS when a new forked jvm is created -->
<java.awt.headless>true</java.awt.headless>
</systemProperties>
</configuration>
</plugin>
Expand Down Expand Up @@ -744,8 +742,6 @@
</property>
</systemProperties>
<runOrder>alphabetical</runOrder>
<!-- to avoid losing the focus on MacOS when a new forked jvm is created -->
<argLine>-Djava.awt.headless=true</argLine>
</configuration>
</plugin>
<plugin>
Expand All @@ -764,8 +760,6 @@
</property>
</systemProperties>
<runOrder>alphabetical</runOrder>
<!-- to avoid losing the focus on MacOS when a new forked jvm is created -->
<argLine>-Djava.awt.headless=true</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 16e2b73

Please sign in to comment.