We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f60f2c7 + 7ce4551 commit b3f24d0Copy full SHA for b3f24d0
3 files changed
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/checkout@v7
78
79
- name: Cache native build (CMake)
80
- uses: actions/cache@v5
+ uses: actions/cache@v6
81
with:
82
path: |
83
build/native/gbmahjong
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
run: chmod +x ./gradlew
67
68
69
70
71
72
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
kotlin("plugin.serialization") version "2.4.0"
9
id("io.papermc.paperweight.userdev") version "2.0.0-SNAPSHOT"
10
id("com.diffplug.spotless") version "8.8.0"
11
- id("dev.detekt") version "2.0.0-alpha.4"
+ id("dev.detekt") version "2.0.0-alpha.5"
12
}
13
14
group = "top.ellan"
0 commit comments