From 72941aa8b6ed25b60ba3a1d78035b6848fd03641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=87=E5=A4=A9?= <542675903@qq.com> Date: Thu, 30 May 2024 17:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85readme=E5=92=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0build.gradle=E4=B8=AD=E7=9A=84=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=88=B0=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 152b254..19088a0 100644 --- a/build.gradle +++ b/build.gradle @@ -29,23 +29,23 @@ sourceSets { } dependencies { testImplementation 'junit:junit:4.13.2' - implementation 'org.bdware.sc:cp:1.9.7' + implementation 'org.bdware.sc:cp:1.10.1' implementation 'org.bdware.sc:common:1.7.8' implementation 'org.apache.commons:commons-lang3:3.0' implementation 'com.nimbusds:nimbus-jose-jwt:9.10' implementation group: 'org.apache.cxf', name: 'cxf-core', version: '3.3.4' - implementation 'org.bdware.doip:doip-audit-tool:1.3.2' - testImplementation "org.bdware.bdcontract:ypk-deploy-tool:0.7.2" + implementation 'org.bdware.doip:doip-audit-tool:1.5.1' + testImplementation "org.bdware.bdcontract:ypk-deploy-tool:0.7.5" testImplementation "org.bdware.bdcontract:sdk-java:1.0.2" } group = "org.bdware.datanet.router" -version = "1.8.1" +version = "1.8.5" def reltivePath = "./datanet-router-backend" task grepCP(dependsOn: ["copyJar"]) { doLast { - org.bdware.datanet.YPKPacker.grepJarByCPVersion("${reltivePath}/build/output/libs", org.bdware.datanet.CPVersion.cp_1_8_1); + org.bdware.datanet.YPKPacker.grepJarByCPVersion("${reltivePath}/build/output/libs", org.bdware.datanet.CPVersion.cp_1_10_1); org.bdware.datanet.YPKPacker.grepJarByListFile("${reltivePath}/build/output/libs", "${reltivePath}/grepcp.list"); } } -- Gitee