From 94482c712c64b2434990160b2d5afbbfef96f2ed Mon Sep 17 00:00:00 2001 From: Richard J Hancock Date: Tue, 27 Aug 2024 21:45:04 -0500 Subject: [PATCH 1/2] Updated Sentry Lib Updated Download URL for Adoptium --- megamek/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/megamek/build.gradle b/megamek/build.gradle index 00862b3c4f4..cda70638b4c 100644 --- a/megamek/build.gradle +++ b/megamek/build.gradle @@ -5,7 +5,7 @@ plugins { id 'edu.sc.seis.launch4j' version '3.0.6' id 'jacoco' id 'java' - id "io.sentry.jvm.gradle" version '4.10.0' + id "io.sentry.jvm.gradle" version '4.11.0' id 'com.palantir.git-version' version '3.1.0' } @@ -245,7 +245,7 @@ launch4j { jarTask = project.tasks.jar windowTitle = 'MegaMek' internalName = 'MegaMek' - downloadUrl = 'https://github.com/MegaMek/megamek/wiki/Updating-to-Adoptium' + downloadUrl = 'https://github.com/MegaMek/megamek/wiki/Updating-to-Adoptium-(Eclipse-Temurin-Open-Source-Java)' supportUrl = 'https://megamek.org' copyright = '2024 MegaMek Development Team.' trademarks = 'MechWarrior, BattleMech, `Mech and Aerotech - The The Topps Company, Inc. Catalyst Game Labs - InMediaRes Productions, LLC.' From 67b7527876c1c39f56902cd45105ab0b258a4104 Mon Sep 17 00:00:00 2001 From: Richard J Hancock Date: Tue, 27 Aug 2024 21:47:25 -0500 Subject: [PATCH 2/2] Missed 2 spots for URL --- megamek/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/megamek/build.gradle b/megamek/build.gradle index cda70638b4c..de7273c6b69 100644 --- a/megamek/build.gradle +++ b/megamek/build.gradle @@ -252,8 +252,8 @@ launch4j { companyName = "MegaMek Development Team" jreMinVersion = '17' dontWrapJar = true - messagesJreVersionError = 'We require a Java Runtime of version 17 or higher installed. https://github.com/MegaMek/megamek/wiki/Updating-to-Adoptium' - messagesJreNotFoundError = 'Go here for instructions on installing the correct version of Java: https://github.com/MegaMek/megamek/wiki/Updating-to-Adoptium' + messagesJreVersionError = 'We require a Java Runtime of version 17 or higher installed. https://github.com/MegaMek/megamek/wiki/Updating-to-Adoptium-(Eclipse-Temurin-Open-Source-Java)' + messagesJreNotFoundError = 'Go here for instructions on installing the correct version of Java: https://github.com/MegaMek/megamek/wiki/Updating-to-Adoptium-(Eclipse-Temurin-Open-Source-Java)' } tasks.register("packagePrepWork") {