From 9de3cdce85783be174fb281bc2f3109f27c0dc59 Mon Sep 17 00:00:00 2001 From: shifujun Date: Wed, 22 Sep 2021 17:23:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7maven=20sample?= =?UTF-8?q?=E4=BE=9D=E8=B5=96Shadow=E7=89=88=E6=9C=AC=E5=88=B02.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #608 --- projects/sample/maven/host-project/build.gradle | 2 +- projects/sample/maven/manager-project/build.gradle | 2 +- projects/sample/maven/plugin-project/build.gradle | 2 +- projects/sample/sunflower/host-project/build.gradle | 2 +- projects/sample/sunflower/manager-project/build.gradle | 2 +- projects/sample/sunflower/plugin-project/build.gradle | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/sample/maven/host-project/build.gradle b/projects/sample/maven/host-project/build.gradle index 172f45abc..e752dccb5 100644 --- a/projects/sample/maven/host-project/build.gradle +++ b/projects/sample/maven/host-project/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.shadow_version = '2.1.0' + ext.shadow_version = '2.1.1' repositories { if (!System.getenv().containsKey("DISABLE_TENCENT_MAVEN_MIRROR")) { maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' } diff --git a/projects/sample/maven/manager-project/build.gradle b/projects/sample/maven/manager-project/build.gradle index 172f45abc..e752dccb5 100644 --- a/projects/sample/maven/manager-project/build.gradle +++ b/projects/sample/maven/manager-project/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.shadow_version = '2.1.0' + ext.shadow_version = '2.1.1' repositories { if (!System.getenv().containsKey("DISABLE_TENCENT_MAVEN_MIRROR")) { maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' } diff --git a/projects/sample/maven/plugin-project/build.gradle b/projects/sample/maven/plugin-project/build.gradle index 172f45abc..e752dccb5 100644 --- a/projects/sample/maven/plugin-project/build.gradle +++ b/projects/sample/maven/plugin-project/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.shadow_version = '2.1.0' + ext.shadow_version = '2.1.1' repositories { if (!System.getenv().containsKey("DISABLE_TENCENT_MAVEN_MIRROR")) { maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' } diff --git a/projects/sample/sunflower/host-project/build.gradle b/projects/sample/sunflower/host-project/build.gradle index 172f45abc..e752dccb5 100644 --- a/projects/sample/sunflower/host-project/build.gradle +++ b/projects/sample/sunflower/host-project/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.shadow_version = '2.1.0' + ext.shadow_version = '2.1.1' repositories { if (!System.getenv().containsKey("DISABLE_TENCENT_MAVEN_MIRROR")) { maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' } diff --git a/projects/sample/sunflower/manager-project/build.gradle b/projects/sample/sunflower/manager-project/build.gradle index 172f45abc..e752dccb5 100644 --- a/projects/sample/sunflower/manager-project/build.gradle +++ b/projects/sample/sunflower/manager-project/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.shadow_version = '2.1.0' + ext.shadow_version = '2.1.1' repositories { if (!System.getenv().containsKey("DISABLE_TENCENT_MAVEN_MIRROR")) { maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' } diff --git a/projects/sample/sunflower/plugin-project/build.gradle b/projects/sample/sunflower/plugin-project/build.gradle index c3c394575..d790d5637 100644 --- a/projects/sample/sunflower/plugin-project/build.gradle +++ b/projects/sample/sunflower/plugin-project/build.gradle @@ -15,7 +15,7 @@ */ buildscript { - ext.shadow_version = '2.1.0' + ext.shadow_version = '2.1.1' // Define versions in a single place ext { // Sdk and tools