Skip to content

Commit e76a84d

Browse files
committed
Fix build time warning about build-helper version
1 parent 8dac835 commit e76a84d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@
215215
<useJDK>${tycho.useJDK}</useJDK>
216216
</configuration>
217217
</plugin>
218+
<plugin>
219+
<groupId>org.codehaus.mojo</groupId>
220+
<artifactId>build-helper-maven-plugin</artifactId>
221+
<version>3.6.0</version>
222+
</plugin>
218223
</plugins>
219224
</pluginManagement>
220225
</build>

0 commit comments

Comments
 (0)