aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 07a6a66..73f57e2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ group = "cc.woverflow"
archivesBaseName = mod_name
blossom {
- String className = "src/main/kotlin/cc/woverflow/chattils/Chattils.kt"
+ String className = "src/main/kotlin/cc/woverflow/chatting/Chatting.kt"
replaceToken("@VER@", project.version, className)
replaceToken("@NAME@", mod_name, className)
replaceToken("@ID@", mod_id, className)