Skip to content

Commit

Permalink
chore: 升级maven sample依赖Shadow版本到2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shifujun committed Sep 22, 2021
1 parent 10ce022 commit 9de3cdc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion projects/sample/maven/host-project/build.gradle
Original file line number Diff line number Diff line change
@@ -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/' }
Expand Down
2 changes: 1 addition & 1 deletion projects/sample/maven/manager-project/build.gradle
Original file line number Diff line number Diff line change
@@ -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/' }
Expand Down
2 changes: 1 addition & 1 deletion projects/sample/maven/plugin-project/build.gradle
Original file line number Diff line number Diff line change
@@ -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/' }
Expand Down
2 changes: 1 addition & 1 deletion projects/sample/sunflower/host-project/build.gradle
Original file line number Diff line number Diff line change
@@ -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/' }
Expand Down
2 changes: 1 addition & 1 deletion projects/sample/sunflower/manager-project/build.gradle
Original file line number Diff line number Diff line change
@@ -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/' }
Expand Down
2 changes: 1 addition & 1 deletion projects/sample/sunflower/plugin-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9de3cdc

Please sign in to comment.