mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Attempt 3 and then I start actually looking at docs
This commit is contained in:
parent
4255240b6e
commit
029522c2fc
1 changed files with 0 additions and 3 deletions
3
bootstrap/fabric/Jenkinsfile
vendored
3
bootstrap/fabric/Jenkinsfile
vendored
|
@ -25,7 +25,6 @@ pipeline {
|
|||
}
|
||||
|
||||
steps {
|
||||
sh 'mvn javadoc:jar source:jar deploy -DskipTests'
|
||||
rtGradleDeployer(
|
||||
id: "GRADLE_DEPLOYER",
|
||||
serverId: "opencollab-artifactory",
|
||||
|
@ -35,8 +34,6 @@ pipeline {
|
|||
rtGradleResolver(
|
||||
id: "GRADLE_RESOLVER",
|
||||
serverId: "opencollab-artifactory",
|
||||
releaseRepo: "release",
|
||||
snapshotRepo: "snapshot"
|
||||
)
|
||||
rtGradleRun (
|
||||
usesPlugin: true,
|
||||
|
|
Loading…
Reference in a new issue