1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-04 15:31:48 +00:00

Only archive the correct artifacts

This commit is contained in:
Tim203
2021-03-23 18:08:56 +01:00
parent b7ce4f9a45
commit e1c5d8c3ae
3 changed files with 1 additions and 8 deletions

2
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: '**/target/*.jar', excludes: '**/target/floodgate-*-*.jar', fingerprint: true
archiveArtifacts artifacts: '**/target/floodgate-*.jar', fingerprint: true
}
}
}

View File

@@ -13,12 +13,6 @@
<artifactId>bungee</artifactId>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>${bungee.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.SpigotMC.BungeeCord</groupId>
<artifactId>bungeecord-proxy</artifactId>

View File

@@ -48,7 +48,6 @@
<geyser.version>1.3.0-SNAPSHOT</geyser.version>
<cumulus.version>1.0-SNAPSHOT</cumulus.version>
<spigot.version>1.13-R0.1-SNAPSHOT</spigot.version>
<bungee.version>1.15-SNAPSHOT</bungee.version>
<velocity.version>1.1.0</velocity.version>
<cloud.version>1.4.0</cloud.version>
<adventure-api.version>4.5.0</adventure-api.version>