|
|
@ -136,6 +136,11 @@ |
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<pluginManagement> |
|
|
|
<pluginManagement> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>com.github.gantsign.maven</groupId> |
|
|
|
|
|
|
|
<artifactId>ktlint-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<version>1.4.0</version> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>com.github.maven-nar</groupId> |
|
|
|
<groupId>com.github.maven-nar</groupId> |
|
|
|
<artifactId>nar-maven-plugin</artifactId> |
|
|
|
<artifactId>nar-maven-plugin</artifactId> |
|
|
@ -259,6 +264,18 @@ |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</pluginManagement> |
|
|
|
</pluginManagement> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>com.github.gantsign.maven</groupId> |
|
|
|
|
|
|
|
<artifactId>ktlint-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>check</id> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>check</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>io.github.zlika</groupId> |
|
|
|
<groupId>io.github.zlika</groupId> |
|
|
|
<artifactId>reproducible-build-maven-plugin</artifactId> |
|
|
|
<artifactId>reproducible-build-maven-plugin</artifactId> |
|
|
|