Skip to content

Commit 4b55e73

Browse files
committed
Bump gradle
1 parent cfa1ed9 commit 4b55e73

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
FROM gradle:7.3-jdk17 AS builder
13+
FROM --platform=$BUILDPLATFORM gradle:7.4-jdk17 AS builder
1414

1515
RUN mkdir /code
1616
WORKDIR /code

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,5 @@ tasks.named<DependencyUpdatesTask>("dependencyUpdates").configure {
299299
}
300300

301301
tasks.wrapper {
302-
gradleVersion = "7.3.3"
302+
gradleVersion = "7.4"
303303
}

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)