We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8eec63 commit 3def3ebCopy full SHA for 3def3eb
build.gradle
@@ -85,7 +85,7 @@ tasks.register('copyNativeLibrary', Sync) {
85
86
// And flatten, since windows is stupid
87
eachFile {
88
- println "Coping shared lib: $name"
+ println "Copying shared lib: $name"
89
path = name
90
}
91
includeEmptyDirs = false
0 commit comments