From 3c70f8fdba7f4c3fde738909324e9254290c0edc Mon Sep 17 00:00:00 2001 From: PeratX <1215714524@qq.com> Date: Wed, 9 Oct 2019 16:26:36 +0800 Subject: [PATCH] remove protobuf --- mirai-debug/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mirai-debug/build.gradle b/mirai-debug/build.gradle index 98933ff78..7e0c90659 100644 --- a/mirai-debug/build.gradle +++ b/mirai-debug/build.gradle @@ -7,10 +7,8 @@ dependencies { compile rootProject.ext.coroutineCommon compile rootProject.ext.kotlinJvm - - compile group: 'com.google.protobuf', name: 'protobuf-java', version: rootProject.ext.protobuf_version } tasks.withType(JavaCompile) { options.encoding = "UTF-8" -} \ No newline at end of file +}