From ff1ca0bc3c13aefb54329345c6b2bc1ef9a25baa Mon Sep 17 00:00:00 2001 From: richie Date: Mon, 22 Feb 2021 10:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=9C=A8=E7=88=B6=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E4=B8=8B=E7=94=B3=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 4ca44d3..0bb556a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,3 @@ - apply plugin: 'java' @@ -118,7 +117,5 @@ dependencies { //使用本地jar implementation fileTree(dir: 'lib', include: ['**/*.jar']) implementation fileTree(dir: libPath, include: ['**/*.jar']) - compileOnly 'com.fanruan.hihidata:fine-core:10.0-qfx-20210126' - compileOnly 'com.fr.decision:fine-decision:10.0.8.2020.07.23' }