Skip to content

Commit 02d3dfe

Browse files
committed
Update kotlin wrappers to 2025.5.2
1 parent a151f43 commit 02d3dfe

File tree

5 files changed

+20
-869
lines changed

5 files changed

+20
-869
lines changed

gradle/build-logic/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencyResolutionManagement {
8787
}
8888

8989
val kotlinWrappers by registering {
90-
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:0.0.1-pre.839")
90+
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:2025.5.2")
9191
}
9292
}
9393
}

gradle/build-logic/src/main/kotlin/net/kautler/node.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ kotlin {
4747
implementation(libs.kotlinx.coroutines.core)
4848
implementation(libs.ktor.client.core)
4949
implementation(libs.ktor.client.js)
50-
implementation(kotlinWrappers.actions.toolkit)
51-
implementation(npm(libs.actions.cache))
50+
implementation(kotlinWrappers.actions.cache)
51+
implementation(kotlinWrappers.actions.core)
52+
implementation(kotlinWrappers.actions.exec)
53+
implementation(kotlinWrappers.actions.io)
54+
implementation(kotlinWrappers.actions.toolCache)
5255
implementation(kotlinWrappers.js)
5356
implementation(kotlinWrappers.node)
5457
implementation(kotlinWrappers.semver)

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
actions-cache = "4.0.3"
1716
build-github-api = "1.314"
1817
build-gradle-plugin-dependency-analysis = "1.19.0"
1918
build-gradle-plugin-github = "3.0.0"
@@ -31,7 +30,6 @@ ktor = "3.1.2"
3130
workflows-kotlin = "2.1.20"
3231

3332
[libraries]
34-
actions-cache = { module = "actions:cache", version.ref = "actions-cache" }
3533
build-github-api = { module = "org.kohsuke:github-api", version.ref = "build-github-api" }
3634
build-inject = { module = "javax.inject:javax.inject", version.ref = "build-inject" }
3735
build-kotlinx-serialization-bom = { module = "org.jetbrains.kotlinx:kotlinx-serialization-bom", version.ref = "build-kotlinx-serialization" }

0 commit comments

Comments
 (0)