Skip to content

Commit

Permalink
Use authenticated resolver for jenkins builds (GeyserMC#2008)
Browse files Browse the repository at this point in the history
Allows us to cache dependencies for faster resolution whilst building.
  • Loading branch information
SupremeMortal authored Mar 6, 2021
1 parent f7130d2 commit e4cff74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pipeline {
rtMavenResolver(
id: "maven-resolver",
serverId: "opencollab-artifactory",
releaseRepo: "release",
snapshotRepo: "snapshot"
releaseRepo: "maven-deploy-release",
snapshotRepo: "maven-deploy-snapshot"
)
rtMavenRun(
pom: 'pom.xml',
Expand Down

0 comments on commit e4cff74

Please sign in to comment.