[OPB-xxx] changing statistic color to be the op color

This commit is contained in:
Sheldan
2021-05-24 22:37:04 +02:00
parent f7502c76de
commit 2d98cbba81
6 changed files with 67 additions and 1 deletions

View File

@@ -590,6 +590,17 @@
<destFileName>overrides-templates-logging.zip</destFileName>
</artifactItem>
<artifactItem>
<groupId>dev.sheldan.oneplus.bot.templates.overrides.templates</groupId>
<artifactId>statistic</artifactId>
<version>${project.version}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${file.basedir}/deployment/template-artifacts/</outputDirectory>
<destFileName>overrides-templates-statistic.zip</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</plugin>