geforkt von Mirrors/HeadDB
patch, try sonarcloud
Dieser Commit ist enthalten in:
Ursprung
30f967987e
Commit
bb368c8a22
19
pom.xml
19
pom.xml
@ -6,9 +6,16 @@
|
||||
|
||||
<groupId>tsp.headdb</groupId>
|
||||
<artifactId>HeadDB</artifactId>
|
||||
<version>4.2.1</version>
|
||||
<version>4.2.2</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<sonar.projectKey>TheSilentPro_HeadDB</sonar.projectKey>
|
||||
<sonar.organization>silent</sonar.organization>
|
||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||
<spigot.id>84967</spigot.id>
|
||||
</properties>
|
||||
|
||||
<name>HeadDB</name>
|
||||
<description>Database with thousands of heads</description>
|
||||
|
||||
@ -120,6 +127,16 @@
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.3.2</version>
|
||||
</plugin>
|
||||
|
||||
<!-- Sonarcloud -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>sonar-maven-plugin</artifactId>
|
||||
<version>3.9.1.2184</version>
|
||||
<configuration>
|
||||
<goalPrefix>sonar</goalPrefix>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
@ -6,6 +6,7 @@ version: ${project.version}
|
||||
softdepend: [Vault, Treasury]
|
||||
api-version: 1.13
|
||||
author: Silent
|
||||
spigot-id: ${spigot.id}
|
||||
|
||||
commands:
|
||||
headdb:
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren