mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-23 16:59:33 +00:00
Attempt 2 of trying to get a build out of this
This commit is contained in:
2
bootstrap/fabric/Jenkinsfile
vendored
2
bootstrap/fabric/Jenkinsfile
vendored
@@ -36,7 +36,7 @@ pipeline {
|
|||||||
serverId: "opencollab-artifactory",
|
serverId: "opencollab-artifactory",
|
||||||
)
|
)
|
||||||
rtGradleRun (
|
rtGradleRun (
|
||||||
usesPlugin: true,
|
usesPlugin: false,
|
||||||
tool: 'Gradle 6',
|
tool: 'Gradle 6',
|
||||||
rootDir: "",
|
rootDir: "",
|
||||||
buildFile: 'build.gradle',
|
buildFile: 'build.gradle',
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ 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'
|
//id "com.jfrog.artifactory" version '4.18.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
|||||||
Reference in New Issue
Block a user