File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
jobs :
16
16
formatting :
17
17
name : Check formatting
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-24.04
19
19
20
20
steps :
21
21
- name : Checkout repository
32
32
33
33
test :
34
34
name : Test
35
- runs-on : ubuntu-latest
35
+ runs-on : ubuntu-24.04
36
36
environment : test
37
37
38
38
steps :
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1024M
2
- quarkusPlatformVersion =3.21.4
3
- quarkusPluginVersion =3.21.4
4
- sentryVersion =8.11 .1
2
+ quarkusPlatformVersion =3.25.3
3
+ quarkusPluginVersion =3.25.3
4
+ sentryVersion =8.19 .1
5
5
javaXtVersion =2.1.11
6
6
twelveMonkeysVersion =3.12.0
7
- spotlessPluginVersion =7.0.3
8
- lombokPluginVersion =8.13.1
7
+ spotlessPluginVersion =7.2.1
8
+ lombokPluginVersion =8.14
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.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -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