From cc810db9c443b7ef254a22fe3ece78daa34c00cd Mon Sep 17 00:00:00 2001 From: hades Date: Wed, 9 Jun 2021 16:39:30 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7634=20gradle=20=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/build.gradle b/build.gradle index 781c65e22..cbc6d696c 100644 --- a/build.gradle +++ b/build.gradle @@ -28,17 +28,6 @@ dependencies { api project(':designer-realize') } -configurations.all { - resolutionStrategy { - force 'com.fr.third:jxbrowser:6.23' - force 'com.fr.third:jxbrowser-mac:6.23' - force 'com.fr.third:jxbrowser-win64:6.23' - force 'com.fr.third:jxbrowser:7.5' - force 'com.fr.third:jxbrowser-mac:7.5' - force 'com.fr.third:jxbrowser-win64:7.5' - } -} - allprojects { apply plugin: 'java' apply plugin: 'java-library' @@ -68,18 +57,12 @@ allprojects { } dependencies { - implementation ('com.fr.third:jxbrowser:6.23') { - force = true - } - implementation ('com.fr.third:jxbrowser-mac:6.23') { - force = true - } - implementation ('com.fr.third:jxbrowser-win64:6.23') { - force = true - } - implementation 'com.fr.third:jxbrowser:7.5' - implementation 'com.fr.third:jxbrowser-mac:7.5' - implementation 'com.fr.third:jxbrowser-win64:7.5' + implementation 'com.fr.third:jxbrowser:6.23' + implementation 'com.fr.third:jxbrowser-mac:6.23' + implementation 'com.fr.third:jxbrowser-win64:6.23' + implementation 'com.fr.third:jxbrowser-v7:7.5' + implementation 'com.fr.third:jxbrowser-mac-v7:7.5' + implementation 'com.fr.third:jxbrowser-win64-v7:7.5' implementation 'com.fr.third:jxbrowser-swing:7.5' implementation 'com.fr.third.server:servlet-api:3.0' implementation 'org.swingexplorer:swexpl:2.0.1'