aboutsummaryrefslogtreecommitdiff
path: root/addon.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'addon.gradle')
-rw-r--r--addon.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/addon.gradle b/addon.gradle
index cc0f5d57e5..15ba866637 100644
--- a/addon.gradle
+++ b/addon.gradle
@@ -1,3 +1,5 @@
compileJava {
options.encoding = "UTF-8"
}
+
+project.coreModClass = "com.github.bartimaeusnek.ASM.BWCorePlugin"