Skip to content

Commit 4eadbcd

Browse files
committed
package dependencies maintenance work.
1 parent 760f766 commit 4eadbcd

File tree

9 files changed

+1084
-645
lines changed

9 files changed

+1084
-645
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-24.04, macos-13, macos-14]
14+
os: [ubuntu-24.04, macos-15]
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v4
@@ -28,26 +28,13 @@ jobs:
2828
java-version: 22
2929
distribution: temurin
3030

31-
# only for NON-releases on macos-13
32-
- name: macos-13 lightweight build with Gradle for libs
33-
if: ${{ !startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-13') }}
34-
run: ./gradlew --warning-mode all publishToMavenLocal
35-
# only for releases on macos-13
36-
- name: macos-13 lightweight publish with Gradle for libs
37-
if: ${{ startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-13') }}
38-
run: ./gradlew --no-daemon --warning-mode all publishMacosX64PublicationToMavenCentralRepository publishIosX64PublicationToMavenCentralRepository
39-
env:
40-
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
41-
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
42-
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
43-
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY_CONTENTS }}
44-
# only for NON-releases on macos-14
31+
# only for NON-releases on macos-15
4532
- name: macos-14 lightweight build with Gradle for libs and apps
46-
if: ${{ !startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-14') }}
33+
if: ${{ !startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-15') }}
4734
run: ./gradlew --warning-mode all publishToMavenLocal
48-
# only for releases on macos-14
35+
# only for releases on macos-15
4936
- name: macos-14 lightweight publish with Gradle for libs and apps
50-
if: ${{ startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-14') }}
37+
if: ${{ startsWith(github.ref, 'refs/tags/') && contains(matrix.os, 'macos-15') }}
5138
run: ./gradlew --no-daemon --warning-mode all publishMacosArm64PublicationToMavenCentralRepository PublishIosArm64PublicationToMavenCentralRepository PublishIosSimulatorArm64PublicationToMavenCentralRepository
5239
env:
5340
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
alias(libs.plugins.androidApplication) apply false
3-
alias(libs.plugins.androidLibrary) apply false
43
alias(libs.plugins.kotlinMultiplatform) apply false
4+
alias(libs.plugins.androidKotlinMultiplatformLibrary) apply false
55
alias(libs.plugins.kotlinJvm) apply false
66
alias(libs.plugins.dokka) apply false
77
alias(libs.plugins.gradleJavacppBuild) apply false

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "
3939
[plugins]
4040
androidApplication = { id = "com.android.application", version.ref = "agp" }
4141
androidLibrary = { id = "com.android.library", version.ref = "agp" }
42+
androidKotlinMultiplatformLibrary = { id = "com.android.kotlin.multiplatform.library", version.ref = "agp" }
4243
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
4344
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
4445
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }

kotlin-js-store/wasm/yarn.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
"@js-joda/core@3.2.0":
6+
version "3.2.0"
7+
resolved "https://registry.yarnpkg.com/@js-joda/core/-/core-3.2.0.tgz#3e61e21b7b2b8a6be746df1335cf91d70db2a273"
8+
integrity sha512-PMqgJ0sw5B7FKb2d5bWYIoxjri+QlW/Pys7+Rw82jSH0QN3rB05jZ/VrrsUdh1w4+i2kw9JOejXGq/KhDOX7Kg==
9+
10+
"@types/webmidi@^2.1.0":
11+
version "2.1.0"
12+
resolved "https://registry.yarnpkg.com/@types/webmidi/-/webmidi-2.1.0.tgz#085ec7279a9c9c13453589db9ecebbcfa4bf771b"
13+
integrity sha512-k898MjEUSHB+6rSeCPQk/kLgie0wgWZ2t78GlWj86HbTQ+XmtbBafYg5LNjn8bVHfItEhPGZPf579Xfc6keV6w==
14+
15+
format-util@^1.0.5:
16+
version "1.0.5"
17+
resolved "https://registry.yarnpkg.com/format-util/-/format-util-1.0.5.tgz#1ffb450c8a03e7bccffe40643180918cc297d271"
18+
integrity sha512-varLbTj0e0yVyRpqQhuWV+8hlePAgaoFRhNFj50BNjEIrw1/DphHSObtqwskVCPWNgzwPoQrZAbfa/SBiicNeg==
19+
20+
jazz-midi@^1.7.9:
21+
version "1.7.9"
22+
resolved "https://registry.yarnpkg.com/jazz-midi/-/jazz-midi-1.7.9.tgz#ad564e85acf12414aec7ef7d879ad61a5d7f6896"
23+
integrity sha512-c8c4BBgwxdsIr1iVm53nadCrtH7BUlnX3V95ciK/gbvXN/ndE5+POskBalXgqlc/r9p2XUbdLTrgrC6fou5p9w==
24+
25+
jzz@1.9.3:
26+
version "1.9.3"
27+
resolved "https://registry.yarnpkg.com/jzz/-/jzz-1.9.3.tgz#4730d2cc38b9616d8b9bc394cdd8872e3108fc06"
28+
integrity sha512-DXQ7xXuJzC4YxNbQZy9pfHC/DOXM6IHgceTXnkhk1/+lU/qDk8W9xUaNpgCH6t1QDQ9roz7FSVtFc0/JhYQFxg==
29+
dependencies:
30+
"@types/webmidi" "^2.1.0"
31+
jazz-midi "^1.7.9"

0 commit comments

Comments
 (0)