Skip to content

Commit 9b70649

Browse files
committed
Update dependency com.javiersc.hubdle to v0.5.0-beta.14
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | ------------- | ------------- | | maven | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.5.0-beta.13 | 0.5.0-beta.14 |
1 parent 0985464 commit 9b70649

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
### Updated
3434

35-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-beta.13`
35+
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-beta.14`
3636
- `gradle -> 8.4`
3737

3838
## [0.1.0-alpha.15] - 2023-06-05

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
hubdle = "0.5.0-beta.13"
2+
hubdle = "0.5.0-beta.14"
33

44
[plugins]
55
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }

kotlin-stdlib/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ hubdle {
6666
}
6767
native()
6868

69-
wasm()
69+
wasmJs()
7070

71-
// TODO: Check if it can be removed with Kotlin 1.9.10+
71+
// TODO: Check if it can be removed with Kotlin 2.0.0+
7272
kotlin {
7373
sourceSets {
74-
wasm {
74+
wasmJs {
7575
browser {
7676
testTask {
7777
enabled = false

kotlin-test-junit/api/android/kotlin-test-junit.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
5252
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
5353
}
5454

55-
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
55+
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
5656
}
5757

5858
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {

kotlin-test-junit/api/jvm/kotlin-test-junit.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
5252
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
5353
}
5454

55-
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
55+
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
5656
}
5757

5858
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {

kotlin-test-junit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ hubdle {
7272
mingwX64()
7373
}
7474

75-
wasm()
75+
wasmJs()
7676
}
7777
}
7878
}

kotlin-test-junit5/api/kotlin-test-junit5.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
4949
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
5050
}
5151

52-
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
52+
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
5353
}
5454

5555
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {

kotlin-test-junit5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hubdle {
9292
mingwX64()
9393
}
9494

95-
wasm()
95+
wasmJs()
9696
}
9797
}
9898
}

kotlin-test-testng/api/kotlin-test-testng.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
4949
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
5050
}
5151

52-
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
52+
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
5353
}
5454

5555
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {

kotlin-test-testng/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hubdle {
9292
mingwX64()
9393
}
9494

95-
wasm()
95+
wasmJs()
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)