Skip to content

Commit

Permalink
Fix the product build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nullterminated committed Dec 16, 2024
1 parent 2e599d0 commit b45e719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.version>4.0.8</tycho.version>
<tycho.version>4.0.10</tycho.version>
<sonar.exclusions>**/src-gen/**</sonar.exclusions>
<env.ui.test>-Xms512m -Xmx2048m</env.ui.test>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion wolips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<!--tycho stuff-->
<module>wolips.p2</module>
<module>wolips.targetplatform</module>
<!--
<module>wolips.product</module>
<!--
-->
<!--core-->
<module>core/plugins/org.objectstyle.wolips</module>
Expand Down

0 comments on commit b45e719

Please sign in to comment.