File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
artifacts/.github/workflows Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ jobs:
156
156
- name : Build with SBT
157
157
run : sbt -v ${{matrix.project}}/Docker/stage
158
158
- name : Set up QEMU
159
- uses : docker/setup-qemu-action@v2.1 .0
159
+ uses : docker/setup-qemu-action@v2.2 .0
160
160
- name : Set up Docker Buildx
161
- uses : docker/setup-buildx-action@v3.8 .0
161
+ uses : docker/setup-buildx-action@v3.9 .0
162
162
- name : Login to DockerHub
163
163
uses : docker/login-action@v2
164
164
with :
Original file line number Diff line number Diff line change 24
24
25
25
with :
26
26
arguments : build
27
- - uses : actions/upload-artifact@v3.1.3
27
+ - uses : actions/upload-artifact@v3.2.1
28
28
with :
29
29
name : Build Artifacts
30
30
path : |
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.5 " apply false
10
+ id(" io.micronaut.application" ) version " 4.4.5 " apply false
11
+ id(" io.micronaut.docker" ) version " 4.4.5 " apply false
12
+ id(" io.micronaut.aot" ) version " 4.4.5 " apply false
13
+ id(" io.micronaut.test-resources" ) version " 4.4.5 " apply false
14
14
id(" net.kyori.indra.licenser.spotless" ) version " 3.1.3"
15
15
}
16
16
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.12.1 -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