|
|
|
@ -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> |
|
|
|
|