3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-08 02:40:09 +02:00

Publish artifacts? Attempt 1

Dieser Commit ist enthalten in:
Camotoy 2021-01-08 14:26:53 -05:00
Ursprung 6bf0c5d94c
Commit fad2fc149c

Datei anzeigen

@ -40,7 +40,7 @@ pipeline {
tool: 'Gradle 6',
rootDir: "",
buildFile: 'build.gradle',
tasks: 'clean artifactoryPublish',
tasks: 'clean build artifactoryPublish',
deployerId: "GRADLE_DEPLOYER",
resolverId: "GRADLE_RESOLVER"
)