Skip to content

Commit 13f4a50

Browse files
committed
Fix the name of the system property to customize which backend to use on Mac
1 parent a49f379 commit 13f4a50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: 'maven'
3535

3636
- name: test
37-
run: mvn -B clean test "-Dwatch.mac.backend=${{ matrix.os.mac-backend }}"
37+
run: mvn -B clean test "-Dengineering.swat.java-watch.mac=${{ matrix.os.mac-backend }}"
3838
env:
3939
DELAY_FACTOR: 3
4040

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<jna.version>5.17.0</jna.version>
7878
<maven.compiler.source>11</maven.compiler.source>
7979
<maven.compiler.target>11</maven.compiler.target>
80-
<watch.mac.backend>fsevents</watch.mac.backend>
80+
<engineering.swat.java-watch.mac>fsevents</engineering.swat.java-watch.mac>
8181
</properties>
8282

8383
<build>
@@ -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=${engineering.swat.java-watch.mac}</argLine>
110110
</configuration>
111111
</plugin>
112112
<plugin> <!-- code coverage -->

0 commit comments

Comments
 (0)