Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 08:10:11 +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",
|
||||
)
|
||||
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'
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren