diff options
author | Cow <cow@volloeko.de> | 2020-04-18 18:31:36 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-04-18 18:31:36 +0200 |
commit | a76d00bec256964083a636e443748f70a76e47cd (patch) | |
tree | 4dcb2b300bd710b4b9af48481c8bcaa7c82b8ae1 /build.gradle | |
parent | b0403a905f6abffb44d1bf3502ae4616f2cf68a9 (diff) | |
download | Cowlection-a76d00bec256964083a636e443748f70a76e47cd.tar.gz Cowlection-a76d00bec256964083a636e443748f70a76e47cd.tar.bz2 Cowlection-a76d00bec256964083a636e443748f70a76e47cd.zip |
Adapted to new login/logout notifications of Hypixel
also:
- Added ¯\_(ツ)_/¯
- Improved copying of chat components
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b4a79a4..bfecd62 100644 --- a/build.gradle +++ b/build.gradle @@ -20,12 +20,13 @@ plugins { id "net.minecraftforge.gradle.forge" version "2.0.2" } */ -version = "1.8.9-0.3.1" +version = "1.8.9-0.4.0" group= "eu.olli.cowmoonication" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "Cowmoonication" sourceCompatibility = 1.8 targetCompatibility = 1.8 +compileJava.options.encoding = 'UTF-8' minecraft { version = "1.8.9-11.15.1.1722" |