Skip to content

Commit

Permalink
Use Tycho smart builder
Browse files Browse the repository at this point in the history
The Tycho smart builder runs modules in parallel more aggressively than
the standard maven parallel builder, thereby saving some build time.
  • Loading branch information
Bananeweizen committed Nov 8, 2024
1 parent c6b32de commit ce15114
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>4.0.9</version>
</extension>
</extensions>

0 comments on commit ce15114

Please sign in to comment.