Skip to content

Commit 05ee2ce

Browse files
committed
f Drop commented-out gradle things
1 parent a418948 commit 05ee2ce

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

bindings/kotlin/ldk-node-android/lib/build.gradle.kts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,3 @@ dependencies {
4949
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1")
5050
androidTestImplementation("org.jetbrains.kotlin:kotlin-test-junit")
5151
}
52-
53-
//tasks.named<Test>("test") {
54-
// // Use JUnit Platform for unit tests.
55-
// useJUnitPlatform()
56-
//
57-
// testLogging {
58-
// events(PASSED, SKIPPED, FAILED, STANDARD_OUT, STANDARD_ERROR)
59-
// exceptionFormat = FULL
60-
// showExceptions = true
61-
// showCauses = true
62-
// showStackTraces = true
63-
// showStandardStreams = true
64-
// }
65-
//}
66-
67-
//// This task dependency ensures that we build the bindings
68-
//// binaries before running the tests
69-
//tasks.withType<KotlinCompile> {
70-
// dependsOn("buildAndroidLib")
71-
//}

0 commit comments

Comments
 (0)