Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhua-vmware committed Aug 7, 2024
1 parent 775f77f commit a3630f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion g11n-ws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down
8 changes: 1 addition & 7 deletions g11n-ws/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -237,4 +231,4 @@ eval "set -- $(
tr '\n' ' '
)" '"$@"'

exec "$JAVACMD" "$@"
exec "$JAVACMD" "$@"
1 change: 0 additions & 1 deletion g11n-ws/scripts/singletonall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,3 @@ status
usage
;;
esac

0 comments on commit a3630f6

Please sign in to comment.