From a3630f612775787f1bb1c93a5be1b989e9775946 Mon Sep 17 00:00:00 2001 From: Jiang Hua Date: Wed, 7 Aug 2024 10:01:15 -0700 Subject: [PATCH] test action --- g11n-ws/build.gradle | 3 ++- g11n-ws/gradlew | 8 +------- g11n-ws/scripts/singletonall.sh | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/g11n-ws/build.gradle b/g11n-ws/build.gradle index 341ea0205..214a5f028 100644 --- a/g11n-ws/build.gradle +++ b/g11n-ws/build.gradle @@ -7,7 +7,8 @@ buildscript { } repositories { mavenLocal() - maven { url "https://repo1.maven.org/maven2/" } + // maven { url "https://repo1.maven.org/maven2/" } + maven { url "https://repo.spring.io/plugins-release/" } mavenCentral() jcenter() } diff --git a/g11n-ws/gradlew b/g11n-ws/gradlew index a69d9cb6c..a58591e97 100755 --- a/g11n-ws/gradlew +++ b/g11n-ws/gradlew @@ -205,12 +205,6 @@ set -- \ org.gradle.wrapper.GradleWrapperMain \ "$@" -# Stop when "xargs" is not available. -if ! command -v xargs >/dev/null 2>&1 -then - die "xargs is not available" -fi - # Use "xargs" to parse quoted args. # # With -n1 it outputs one arg per line, with the quotes and backslashes removed. @@ -237,4 +231,4 @@ eval "set -- $( tr '\n' ' ' )" '"$@"' -exec "$JAVACMD" "$@" +exec "$JAVACMD" "$@" \ No newline at end of file diff --git a/g11n-ws/scripts/singletonall.sh b/g11n-ws/scripts/singletonall.sh index 92c9951ca..1a2c7d385 100644 --- a/g11n-ws/scripts/singletonall.sh +++ b/g11n-ws/scripts/singletonall.sh @@ -106,4 +106,3 @@ status usage ;; esac -