Skip to content

Commit

Permalink
APPS-1460 Upgrade Gradle Wrapper to 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Jan 15, 2025
1 parent 329896e commit b90a81b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ if (gitVersionDetails.commitDistance != 0) {
version = gitVersion

bootJar {
baseName "${jarBaseName}"
archiveBaseName = "${jarBaseName}"
}
jar {
baseName "${jarBaseName}"
archiveBaseName = "${jarBaseName}"
}
test {
testLogging {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 6 additions & 0 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ 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 Down

0 comments on commit b90a81b

Please sign in to comment.