Skip to content

Commit 2327d18

Browse files
Update all dependencies (#529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06a204f commit 2327d18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+86
-86
lines changed

AccessibilityCodelab/app/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
}
7171

7272
dependencies {
73-
def composeBom = platform('androidx.compose:compose-bom:2025.04.01')
73+
def composeBom = platform('androidx.compose:compose-bom:2025.05.00')
7474
implementation(composeBom)
7575
testImplementation(composeBom)
7676
androidTestImplementation(composeBom)
@@ -101,12 +101,12 @@ dependencies {
101101
implementation 'androidx.core:core-ktx:1.16.0'
102102
implementation "androidx.activity:activity-compose:1.10.1"
103103

104-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
105-
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7"
106-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
107-
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
104+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0"
105+
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0"
106+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.0"
107+
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0"
108108

109-
implementation 'androidx.navigation:navigation-compose:2.8.9'
109+
implementation 'androidx.navigation:navigation-compose:2.9.0'
110110

111111
androidTestImplementation 'androidx.test:rules:1.6.1'
112112
androidTestImplementation 'androidx.test:runner:1.6.2'

AccessibilityCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:8.9.2'
24+
classpath 'com.android.tools.build:gradle:8.10.0'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2626
}
2727
}
Binary file not shown.

AccessibilityCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AccessibilityCodelab/gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

AccessibilityCodelab/gradlew.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
77+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

AdaptiveUiCodelab/gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
androidGradlePlugin = "8.9.2"
3-
composeBom = "2025.04.01"
2+
androidGradlePlugin = "8.10.0"
3+
composeBom = "2025.05.00"
44
coreKtx = "1.16.0"
55
activityCompose = "1.10.1"
66
espressoCore = "3.6.1"
77
junit = "4.13.2"
88
junitVersion = "1.2.1"
99
kotlin = "2.1.10"
1010
kotlinxCoroutinesAndroid = "1.10.1"
11-
lifecycle = "2.8.7"
11+
lifecycle = "2.9.0"
1212
material3Adaptive = "1.1.0"
1313
material3AdaptiveNavSuite = "1.3.2"
1414
window = "1.3.0"
Binary file not shown.

AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AdaptiveUiCodelab/gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

AdaptiveUiCodelab/gradlew.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
77+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

AdvancedStateAndSideEffectsCodelab/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
implementation "androidx.appcompat:appcompat:1.7.0"
108108
implementation "androidx.tracing:tracing:1.3.0"
109109

110-
def composeBom = platform('androidx.compose:compose-bom:2025.04.01')
110+
def composeBom = platform('androidx.compose:compose-bom:2025.05.00')
111111
implementation(composeBom)
112112
androidTestImplementation(composeBom)
113113
implementation "androidx.compose.runtime:runtime"
@@ -121,7 +121,7 @@ dependencies {
121121
debugImplementation "androidx.compose.ui:ui-test-manifest"
122122

123123

124-
def lifecycle_version = "2.8.7"
124+
def lifecycle_version = "2.9.0"
125125
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
126126
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
127127
implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version"

AdvancedStateAndSideEffectsCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath "com.android.tools.build:gradle:8.9.2"
23+
classpath "com.android.tools.build:gradle:8.10.0"
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2525
classpath "com.google.dagger:hilt-android-gradle-plugin:2.56.2"
2626
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
Binary file not shown.

AdvancedStateAndSideEffectsCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AdvancedStateAndSideEffectsCodelab/gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

AdvancedStateAndSideEffectsCodelab/gradlew.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
77+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

BasicLayoutsCodelab/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
def composeBom = platform('androidx.compose:compose-bom:2025.04.01')
64+
def composeBom = platform('androidx.compose:compose-bom:2025.05.00')
6565
implementation(composeBom)
6666
androidTestImplementation(composeBom)
6767

@@ -72,7 +72,7 @@ dependencies {
7272
implementation "androidx.compose.material:material-icons-extended"
7373
implementation "androidx.compose.ui:ui-tooling-preview"
7474
implementation "com.google.android.material:material:1.12.0"
75-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
75+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.0'
7676
implementation 'androidx.activity:activity-compose:1.10.1'
7777
testImplementation 'junit:junit:4.13.2'
7878
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

BasicLayoutsCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
mavenCentral()
2020
}
2121
dependencies {
22-
classpath "com.android.tools.build:gradle:8.9.2"
22+
classpath "com.android.tools.build:gradle:8.10.0"
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2424
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2525
}
Binary file not shown.

BasicLayoutsCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

BasicLayoutsCodelab/gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

BasicLayoutsCodelab/gradlew.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
77+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

MigrationCodelab/app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
def composeBom = platform('androidx.compose:compose-bom:2025.04.01')
63+
def composeBom = platform('androidx.compose:compose-bom:2025.05.00')
6464
implementation(composeBom)
6565
androidTestImplementation(composeBom)
6666

@@ -70,10 +70,10 @@ dependencies {
7070
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
7171
implementation "androidx.core:core-ktx:1.16.0"
7272
implementation "androidx.fragment:fragment-ktx:1.8.6"
73-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
74-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
75-
implementation "androidx.navigation:navigation-fragment-ktx:2.8.9"
76-
implementation "androidx.navigation:navigation-ui-ktx:2.8.9"
73+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.0"
74+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0"
75+
implementation "androidx.navigation:navigation-fragment-ktx:2.9.0"
76+
implementation "androidx.navigation:navigation-ui-ktx:2.9.0"
7777
implementation "androidx.recyclerview:recyclerview:1.4.0"
7878
implementation "androidx.room:room-runtime:2.7.1"
7979
implementation "androidx.room:room-ktx:2.7.1"

MigrationCodelab/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:8.9.2"
24+
classpath "com.android.tools.build:gradle:8.10.0"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
26-
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.9"
26+
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.9.0"
2727
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2828
}
2929
}
Binary file not shown.

MigrationCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

MigrationCodelab/gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

MigrationCodelab/gradlew.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
77+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

NavigationCodelab/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
}
8282

8383
dependencies {
84-
def composeBom = platform('androidx.compose:compose-bom:2025.04.01')
84+
def composeBom = platform('androidx.compose:compose-bom:2025.05.00')
8585
implementation(composeBom)
8686
androidTestImplementation(composeBom)
8787

@@ -96,7 +96,7 @@ dependencies {
9696
implementation "androidx.compose.material:material"
9797
implementation "androidx.compose.material:material-icons-extended"
9898
implementation "androidx.activity:activity-compose:1.10.1"
99-
implementation "androidx.navigation:navigation-compose:2.8.9"
99+
implementation "androidx.navigation:navigation-compose:2.9.0"
100100
debugImplementation "androidx.compose.ui:ui-tooling"
101101

102102
// Testing dependencies

NavigationCodelab/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:8.9.2"
24+
classpath "com.android.tools.build:gradle:8.10.0"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
2626
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10"
2727
}
Binary file not shown.

NavigationCodelab/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

NavigationCodelab/gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

0 commit comments

Comments
 (0)