We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1e00f commit c44c595Copy full SHA for c44c595
pom.xml
@@ -493,7 +493,7 @@
493
<configuration>
494
<!-- prevent the annoying ForkedBooter process from stealing
495
window focus on Mac OS -->
496
- <argLine>${argLine} -Djava.awt.headless=true -Dcdk.logging.level=ERROR</argLine>
+ <argLine>@{argLine} -Djava.awt.headless=true -Dcdk.logging.level=ERROR</argLine>
497
<excludes>
498
<!-- not a test class -->
499
<exclude>**/TestMoleculeFactory.java</exclude>
@@ -680,7 +680,7 @@
680
<plugin>
681
<groupId>org.jacoco</groupId>
682
<artifactId>jacoco-maven-plugin</artifactId>
683
- <version>0.7.1.201405082137</version>
+ <version>0.8.4</version>
684
</plugin>
685
</plugins>
686
</pluginManagement>
0 commit comments