mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Clean up :)
This commit is contained in:
parent
fd151d4e3a
commit
a5e0cab48a
2 changed files with 1 additions and 2 deletions
2
bootstrap/fabric/Jenkinsfile
vendored
2
bootstrap/fabric/Jenkinsfile
vendored
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
tool: 'Gradle 6',
|
tool: 'Gradle 6',
|
||||||
rootDir: "",
|
rootDir: "",
|
||||||
buildFile: 'build.gradle',
|
buildFile: 'build.gradle',
|
||||||
tasks: 'clean build artifactoryPublish',
|
tasks: 'build artifactoryPublish',
|
||||||
deployerId: "GRADLE_DEPLOYER",
|
deployerId: "GRADLE_DEPLOYER",
|
||||||
resolverId: "GRADLE_RESOLVER"
|
resolverId: "GRADLE_RESOLVER"
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,7 +3,6 @@ plugins {
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
||||||
id 'java'
|
id 'java'
|
||||||
//id "com.jfrog.artifactory" version '4.18.3'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue