Skip to content

Commit

Permalink
Declare empty tycho.testArgLine property
Browse files Browse the repository at this point in the history
This used to work by accident thanks to the fact that
jacoco-maven-plugin changed the testing parameters thus this unresolved
variable went unnoticed.
  • Loading branch information
akurtakov committed Feb 27, 2024
1 parent b03fcbf commit f03714a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<jgit.dirtyWorkingTree>error</jgit.dirtyWorkingTree>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ui.test.vmargs />
<tycho.testArgLine />
</properties>

<modules>
Expand Down

0 comments on commit f03714a

Please sign in to comment.