Skip to content

Commit 92d6f53

Browse files
committed
No need for eager task creation here.
1 parent bc74a35 commit 92d6f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/selfie-lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kotlin {
5252
}
5353

5454
// the normal `test` task doesn't work for multiplatform projects
55-
tasks.create('test') {
55+
tasks.register('test') {
5656
dependsOn('jvmTest')
5757
}
5858

0 commit comments

Comments
 (0)