From 4c194b0a4a42c80acf7facd88a833dd2db6cd99e Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 2 Jul 2024 14:22:16 +0200
Subject: [PATCH] Update to Tycho 4.0.8 to try to fix "Content is not allowed
 in prolog"

SourceForge's redirects apparently confuse this version of Tycho, making
it incorrectly try to parse a jar file as XML, leading to this confusing
XML parse error message (which has nothing to do with Prolog the
programming language!).
---
 tycho_build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tycho_build.gradle b/tycho_build.gradle
index 0134d9d4..ffab3da9 100644
--- a/tycho_build.gradle
+++ b/tycho_build.gradle
@@ -12,7 +12,7 @@
 apply plugin: 'base'
 
 import groovy.io.FileType
-project.ext.tychoVersion = "3.0.5"
+project.ext.tychoVersion = "4.0.8"
 
 try {
 	workspacePath = workspacePath
-- 
GitLab