Skip to content

Commit abd25ba

Browse files
committed
removed commented code in build file
1 parent 347abac commit abd25ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mode/libraries/vr/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import java.nio.file.Files
2-
// import org.apache.commons.io.FileUtils
32
import static java.nio.file.StandardCopyOption.REPLACE_EXISTING
43

54
plugins {
@@ -77,9 +76,6 @@ build.doLast {
7776
vrJar.toPath(), REPLACE_EXISTING);
7877
}
7978

80-
// FileUtils.copyDirectory(file("libs/google-vr"),
81-
// file("$buildDir/libs/google-vr"))
82-
8379
// Renaming artifacts for maven publishing
8480
if (file("$buildDir/libs/vr.jar").exists()) {
8581
Files.move(file("$buildDir/libs/vr.jar").toPath(),

0 commit comments

Comments
 (0)