Revert changes that makes the artifact name lowercase

This commit is contained in:
Roman Zhuravlev 2025-11-02 04:25:46 +05:00
parent eb893d62c9
commit ab53a18f6c
6 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
rootProject.name = "bukman"
rootProject.name = "Bukman"
include("Common")
include("Bukkit")
include("Bungee")