From ae31065a67d83090d28aee04f2898bfba2ca8b24 Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Wed, 15 Mar 2023 16:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=9B=9E=E6=BB=9A=E5=88=B0co?= =?UTF-8?q?mpile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IntelliJ-Core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IntelliJ-Core/build.gradle b/IntelliJ-Core/build.gradle index 9f330b0..989548b 100644 --- a/IntelliJ-Core/build.gradle +++ b/IntelliJ-Core/build.gradle @@ -5,6 +5,6 @@ repositories { } dependencies { - implementation fileTree(dir: "libs", include: "*.jar") - api group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0' + compile fileTree(dir: "libs", include: "*.jar") + compile group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0' } \ No newline at end of file