Skip to content

Commit 959e9be

Browse files
committed
Remove workaround only needed for Jacoco
1 parent 0c06e69 commit 959e9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<includes>
8484
<exclude>**/*Test.java</exclude>
8585
</includes>
86-
<argLine>@{argLine} --add-opens java.base/java.time=ALL-UNNAMED</argLine>
86+
<argLine>--add-opens java.base/java.time=ALL-UNNAMED</argLine>
8787
</configuration>
8888
</plugin>
8989

0 commit comments

Comments
 (0)