Skip to content

Commit

Permalink
Update dependency com.javiersc.hubdle to v0.5.0-beta.14
Browse files Browse the repository at this point in the history
| datasource | package                                               | from          | to            |
| ---------- | ----------------------------------------------------- | ------------- | ------------- |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.5.0-beta.13 | 0.5.0-beta.14 |
  • Loading branch information
renovate[bot] authored and JavierSegoviaCordoba committed Nov 1, 2023
1 parent 0985464 commit 7a1e488
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
hubdle = "0.5.0-beta.13"
hubdle = "0.5.0-beta.14"

[plugins]
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }
11 changes: 3 additions & 8 deletions kotlin-stdlib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,12 @@ hubdle {
}
native()

wasm()
wasmJs()

// TODO: Check if it can be removed with Kotlin 1.9.10+
// TODO: Check if it can be removed with Kotlin 2.0.0+
kotlin {
sourceSets {
wasm {
browser {
testTask {
enabled = false
}
}
wasmJs {
nodejs {
testTask {
enabled = false
Expand Down
2 changes: 1 addition & 1 deletion kotlin-test-junit/api/android/kotlin-test-junit.api
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {
Expand Down
2 changes: 1 addition & 1 deletion kotlin-test-junit/api/jvm/kotlin-test-junit.api
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {
Expand Down
2 changes: 1 addition & 1 deletion kotlin-test-junit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ hubdle {
mingwX64()
}

wasm()
wasmJs()
}
}
}
2 changes: 1 addition & 1 deletion kotlin-test-junit5/api/kotlin-test-junit5.api
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {
Expand Down
2 changes: 1 addition & 1 deletion kotlin-test-junit5/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ hubdle {
mingwX64()
}

wasm()
wasmJs()
}
}
}
2 changes: 1 addition & 1 deletion kotlin-test-testng/api/kotlin-test-testng.api
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosSi
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreTvosX64 : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasm : java/lang/annotation/Annotation {
public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWasmJs : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/javiersc/kotlin/test/IgnoreWatchosArm32 : java/lang/annotation/Annotation {
Expand Down
2 changes: 1 addition & 1 deletion kotlin-test-testng/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ hubdle {
mingwX64()
}

wasm()
wasmJs()
}
}
}

0 comments on commit 7a1e488

Please sign in to comment.