2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-07 05:30:27 +00:00

maintenance: move to blossom v2 and use indragit to get git info

This commit is contained in:
2026-03-17 00:17:12 +04:00
parent d30c70c8c4
commit 13cfe8db13
2 changed files with 11 additions and 14 deletions

View File

@@ -13,8 +13,8 @@ package com.imaginarycode.minecraft.redisbungee;
public class Constants {
public final static String VERSION = "@version@";
public final static String GIT_COMMIT = "@git_commit@";
public final static String VERSION = "{{ version }}";
public final static String GIT_COMMIT = "{{ git-commit }}";
public static String getGithubCommitLink() {
return "https://github.com/ProxioDev/ValioBungee/commit/" + GIT_COMMIT;