diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-12-13 22:05:09 +0900 |
---|---|---|
committer | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-12-13 22:05:09 +0900 |
commit | 84a71ed7bc03afbdfab00100b780117de354c83b (patch) | |
tree | b74a005c5c3df99d3a23e70c9a1ed1159705dee4 /build.gradle | |
parent | 2b869989ec69bfb0f5ca54409844ec5720b6a6fd (diff) | |
download | Skyblock-Dungeons-Guide-84a71ed7bc03afbdfab00100b780117de354c83b.tar.gz Skyblock-Dungeons-Guide-84a71ed7bc03afbdfab00100b780117de354c83b.tar.bz2 Skyblock-Dungeons-Guide-84a71ed7bc03afbdfab00100b780117de354c83b.zip |
semi-obfuscate
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f51bae14..39abefbe 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { */ version = "1.0" group= "kr.syeyoung.dungeonsguide" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "dungeonsguide" +archivesBaseName = "z" minecraft { version = "1.8.9-11.15.1.1722" |