[CHORE] Fix build display info for jenkins

This commit is contained in:
2024-06-11 22:31:40 +02:00
parent c63514511d
commit 0a3781a42c
28 changed files with 59 additions and 118 deletions

View File

@@ -8,6 +8,6 @@ plugins {
orionporting {
upstreamBranch = "dev"
// Enable During Porting
//patchMode = PatchMode.FUZZY
patchMode = PatchMode.FUZZY
porting("1.20.4", "1.20.2", "1.20", "1.19.3", "1.19.2", "1.18.2")
}