File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9393 runs-on : ubuntu-latest
9494 services :
9595 postgres :
96- image : postgres:13
96+ image : postgres:17
9797 env :
9898 POSTGRES_USER : username
9999 POSTGRES_PASSWORD : password
@@ -106,7 +106,7 @@ jobs:
106106 --health-timeout 5s
107107 --health-retries 5
108108 mariadb :
109- image : mariadb:10.11
109+ image : mariadb:11.8
110110 env :
111111 MARIADB_USER : username
112112 MARIADB_PASSWORD : password
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33#
4- # Copyright © 2015-2021 the original authors.
4+ # Copyright © 2015 the original authors.
55#
66# Licensed under the Apache License, Version 2.0 (the "License");
77# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pluginManagement {
7777}
7878
7979plugins {
80- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
80+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
8181 id(" quiet-fabric-loom" ) version " 1.11-SNAPSHOT"
8282}
8383
You can’t perform that action at this time.
0 commit comments