File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
# See the License for the specific language governing permissions and
11
11
# limitations under the License.
12
12
13
- FROM --platform=$BUILDPLATFORM gradle:8.4 -jdk17 AS builder
13
+ FROM --platform=$BUILDPLATFORM gradle:8.13 -jdk17 AS builder
14
14
15
15
RUN mkdir /code
16
16
WORKDIR /code
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Versions {
16
16
const val mockitoKotlin = " 5.1.0"
17
17
const val hamcrest = " 2.2"
18
18
19
- const val wrapper = " 8.4 "
19
+ const val wrapper = " 8.13 "
20
20
21
21
const val managementPortal = " 2.1.5"
22
22
const val coroutines = " 1.7.3"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments