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 @@ -128,9 +128,9 @@ jobs:
128
128
- name : Build with SBT
129
129
run : sbt -v ${{matrix.project}}/Docker/stage
130
130
- name : Set up QEMU
131
- uses : docker/setup-qemu-action@v3.0 .0
131
+ uses : docker/setup-qemu-action@v3.2 .0
132
132
- name : Set up Docker Buildx
133
- uses : docker/setup-buildx-action@v3.3.0
133
+ uses : docker/setup-buildx-action@v3.6.1
134
134
- name : Login to DockerHub
135
135
uses : docker/login-action@v3
136
136
with :
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ group = "systemofadownload"
6
6
plugins {
7
7
`java- library`
8
8
id(" com.github.johnrengelman.shadow" ) version " 8.1.1" apply false
9
- id(" io.micronaut.library" ) version " 4.4.0 " apply false
10
- id(" io.micronaut.application" ) version " 4.4.0 " apply false
11
- id(" io.micronaut.docker" ) version " 4.4.0 " apply false
12
- id(" io.micronaut.aot" ) version " 4.4.0 " apply false
13
- id(" io.micronaut.test-resources" ) version " 4.4.0 " apply false
9
+ id(" io.micronaut.library" ) version " 4.4.2 " apply false
10
+ id(" io.micronaut.application" ) version " 4.4.2 " apply false
11
+ id(" io.micronaut.docker" ) version " 4.4.2 " apply false
12
+ id(" io.micronaut.aot" ) version " 4.4.2 " apply false
13
+ id(" io.micronaut.test-resources" ) version " 4.4.2 " apply false
14
14
}
15
15
16
16
repositories {
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.7 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -all.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