Skip to content

Commit

Permalink
lang: add modrinth url
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Dec 31, 2024
1 parent b72c51b commit 723d0ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public void checkVersion() {
if (jenkinsJob.lastCompletedBuild().number() > Constants.JENKINS_BUILD_NUMBER) {
getLogger().warning("There is a new version available! You are %n versions behind.".replace("%n", String.valueOf(jenkinsJob.lastCompletedBuild().number() - Constants.JENKINS_BUILD_NUMBER)));
getLogger().warning("You can download it from here: " + jenkinsJob.lastCompletedBuild().url());
getLogger().warning("Or you can download it from here: https://modrinth.com/plugin/staff");
}
}).exceptionally(throwable -> {
getLogger().warning("Couldn't get the latest version from Jenkins.");
Expand Down

0 comments on commit 723d0ea

Please sign in to comment.