Skip to content

Commit 54dc008

Browse files
committed
Remove commented-out code
1 parent f901285 commit 54dc008

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
@@ -111,23 +111,3 @@ signing {
111111
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
112112
sign(publishing.publications)
113113
}
114-
115-
//tasks.named<Test>("test") {
116-
// // Use JUnit Platform for unit tests.
117-
// useJUnitPlatform()
118-
//
119-
// testLogging {
120-
// events(PASSED, SKIPPED, FAILED, STANDARD_OUT, STANDARD_ERROR)
121-
// exceptionFormat = FULL
122-
// showExceptions = true
123-
// showCauses = true
124-
// showStackTraces = true
125-
// showStandardStreams = true
126-
// }
127-
//}
128-
129-
//// This task dependency ensures that we build the bindings
130-
//// binaries before running the tests
131-
//tasks.withType<KotlinCompile> {
132-
// dependsOn("buildAndroidLib")
133-
//}

0 commit comments

Comments
 (0)