Add reproducible build plugin

pull/48/head
Graham 5 years ago
parent d9d6ab27c1
commit 9171b9884b
  1. 9
      pom.xml

@ -85,6 +85,11 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
<version>0.10</version>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
@ -158,6 +163,10 @@
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>

Loading…
Cancel
Save