Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-07 08:40:09 +01:00
Clean up :)
Dieser Commit ist enthalten in:
Ursprung
fd151d4e3a
Commit
a5e0cab48a
2
bootstrap/fabric/Jenkinsfile
vendored
2
bootstrap/fabric/Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline {
|
||||
tool: 'Gradle 6',
|
||||
rootDir: "",
|
||||
buildFile: 'build.gradle',
|
||||
tasks: 'clean build artifactoryPublish',
|
||||
tasks: 'build artifactoryPublish',
|
||||
deployerId: "GRADLE_DEPLOYER",
|
||||
resolverId: "GRADLE_RESOLVER"
|
||||
)
|
||||
|
@ -3,7 +3,6 @@ plugins {
|
||||
id 'maven-publish'
|
||||
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
||||
id 'java'
|
||||
//id "com.jfrog.artifactory" version '4.18.3'
|
||||
}
|
||||
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren