File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
artifacts/.github/workflows Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1818 with :
1919 path : |
2020 ~/.gradle/caches
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Set up JDK 17
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 java-version : 17
2020 distribution : temurin
24242525 with :
2626 arguments : build
27- - uses : actions/upload-artifact@v4.6.2
27+ - uses : actions/upload-artifact@v6.0.0
2828 with :
2929 name : Build Artifacts
3030 path : |
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ group = "systemofadownload"
55
66plugins {
77 `java- library`
8- id(" com.gradleup.shadow" ) version " 8 .3.7 " apply false
8+ id(" com.gradleup.shadow" ) version " 9 .3.0 " apply false
99 id(" io.micronaut.library" ) version " 4.5.4" apply false
1010 id(" io.micronaut.application" ) version " 4.5.4" apply false
1111 id(" io.micronaut.docker" ) version " 4.5.4" apply false
1212 id(" io.micronaut.aot" ) version " 4.5.4" apply false
1313 id(" io.micronaut.test-resources" ) version " 4.5.4" apply false
14- id(" net.kyori.indra.licenser.spotless" ) version " 3.1.3 "
14+ id(" net.kyori.indra.licenser.spotless" ) version " 4.0.0 "
1515}
1616
1717repositories {
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 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments