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 347abac commit abd25baCopy full SHA for abd25ba
mode/libraries/vr/build.gradle
@@ -1,5 +1,4 @@
1
import java.nio.file.Files
2
-// import org.apache.commons.io.FileUtils
3
import static java.nio.file.StandardCopyOption.REPLACE_EXISTING
4
5
plugins {
@@ -77,9 +76,6 @@ build.doLast {
77
76
vrJar.toPath(), REPLACE_EXISTING);
78
}
79
80
- // FileUtils.copyDirectory(file("libs/google-vr"),
81
- // file("$buildDir/libs/google-vr"))
82
-
83
// Renaming artifacts for maven publishing
84
if (file("$buildDir/libs/vr.jar").exists()) {
85
Files.move(file("$buildDir/libs/vr.jar").toPath(),
0 commit comments