File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
artifacts/.github/workflows Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
java-version : 17
20
20
distribution : temurin
21
21
- name : Validate Gradle wrapper
22
- uses : gradle/wrapper-validation-action@v1.0.4
22
+ uses : gradle/wrapper-validation-action@v1.1.0
23
23
- name : Build with Gradle
24
- uses : gradle/gradle-build-action@v2.2.0
24
+ uses : gradle/gradle-build-action@v2.11.1
25
25
with :
26
26
arguments : build
27
- - uses : actions/upload-artifact@v3.1.0
27
+ - uses : actions/upload-artifact@v3.1.3
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.1.2 " apply false
10
- id(" io.micronaut.application" ) version " 4.1.2 " apply false
11
- id(" io.micronaut.docker" ) version " 4.1.2 " apply false
12
- id(" io.micronaut.aot" ) version " 4.2.0 " apply false
13
- id(" io.micronaut.test-resources" ) version " 4.1.2 " apply false
9
+ id(" io.micronaut.library" ) version " 4.2.1 " apply false
10
+ id(" io.micronaut.application" ) version " 4.2.1 " apply false
11
+ id(" io.micronaut.docker" ) version " 4.2.1 " apply false
12
+ id(" io.micronaut.aot" ) version " 4.2.1 " apply false
13
+ id(" io.micronaut.test-resources" ) version " 4.2.1 " 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.4 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -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