Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Attempt 2 of trying to get a build out of this
Dieser Commit ist enthalten in:
Ursprung
fad2fc149c
Commit
fd151d4e3a
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'
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren