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:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -14,7 +14,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: '**/target/*.jar', excludes: '**/target/floodgate-*-*.jar', fingerprint: true
|
||||
archiveArtifacts artifacts: '**/target/floodgate-*.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
1
pom.xml
1
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user