mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Attempt 2 of trying to get a build out of this
This commit is contained in:
parent
fad2fc149c
commit
fd151d4e3a
2 changed files with 2 additions and 2 deletions
2
bootstrap/fabric/Jenkinsfile
vendored
2
bootstrap/fabric/Jenkinsfile
vendored
|
@ -36,7 +36,7 @@ pipeline {
|
|||
serverId: "opencollab-artifactory",
|
||||
)
|
||||
rtGradleRun (
|
||||
usesPlugin: true,
|
||||
usesPlugin: false,
|
||||
tool: 'Gradle 6',
|
||||
rootDir: "",
|
||||
buildFile: 'build.gradle',
|
||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
|||
id 'maven-publish'
|
||||
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
||||
id 'java'
|
||||
id "com.jfrog.artifactory" version '4.18.3'
|
||||
//id "com.jfrog.artifactory" version '4.18.3'
|
||||
}
|
||||
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
|
Loading…
Reference in a new issue