Skip to content

Commit 0308f8a

Browse files
authored
fixed a typo
1 parent 72a44e4 commit 0308f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ afterEvaluate { project ->
533533
}
534534
}
535535
} else {
536-
println "WARNING: Folder ${jarDir.path} does not exists, the dependent project's classess won't be included in the metadata"
536+
println "WARNING: Folder ${jarDir.path} does not exists, the dependent project's classes won't be included in the metadata"
537537
}
538538
}
539539
}

0 commit comments

Comments
 (0)