Skip to content

Commit 97dc29d

Browse files
authored
Fix referencing parameter that came in
1 parent 4a4a94c commit 97dc29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<artifactId>maven-surefire-plugin</artifactId>
107107
<version>3.5.3</version>
108108
<configuration>
109-
<argLine>@{argLine} -Dengineering.swat.java-watch.mac=@{watch.mac.backend}</argLine>
109+
<argLine>@{argLine} -Dengineering.swat.java-watch.mac=${watch.mac.backend}</argLine>
110110
</configuration>
111111
</plugin>
112112
<plugin> <!-- code coverage -->

0 commit comments

Comments
 (0)