File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17- FROM gradle:9.1 .0-jdk25-noble AS builder
17+ FROM gradle:9.2 .0-jdk25-noble AS builder
1818
1919WORKDIR /app
2020
Original file line number Diff line number Diff line change 1717
1818distributionBase =GRADLE_USER_HOME
1919distributionPath =wrapper/dists
20- distributionSha256Sum =a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
21- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
20+ distributionSha256Sum =df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
21+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .0-bin.zip
2222networkTimeout =10000
2323validateDistributionUrl =true
2424zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ APP_BASE_NAME=${0##*/}
8989APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
9090' " $PWD " ) || exit
9191if [ ! -e $APP_HOME /gradle/wrapper/gradle-wrapper.jar -a " $( command -v curl) " ]; then
92- curl -o $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v9.1 .0/gradle/wrapper/gradle-wrapper.jar
92+ curl -o $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v9.2 .0/gradle/wrapper/gradle-wrapper.jar
9393fi
9494# If the file still doesn't exist, let's try `wget` and cross our fingers
9595if [ ! -e $APP_HOME /gradle/wrapper/gradle-wrapper.jar -a " $( command -v wget) " ]; then
96- wget -O $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v9.1 .0/gradle/wrapper/gradle-wrapper.jar
96+ wget -O $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v9.2 .0/gradle/wrapper/gradle-wrapper.jar
9797fi
9898
9999# Use the maximum available, or set MAX_FD != -1 to use that value.
You can’t perform that action at this time.
0 commit comments