Skip to content

Commit cd56030

Browse files
correcting path from core to vr in vr build.gradle
1 parent 82f915b commit cd56030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mode/libraries/vr/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import java.nio.file.Files
2-
import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
2+
import static java.nio.file.StandardCopyOption.REPLACE_EXISTING
33

44
apply plugin: 'aar'
55
apply plugin: 'maven-publish'
@@ -177,6 +177,6 @@ build.doLast {
177177
file("dist/processing-vr-${vrLibVersion}-sources.jar").toPath(), REPLACE_EXISTING);
178178
Files.copy(file("$buildDir/libs/vr.jar.MD5").toPath(),
179179
file("dist/processing-vr-${vrLibVersion}.jar.md5").toPath(), REPLACE_EXISTING);
180-
Files.copy(file("$buildDir/publications/corePublication/pom-default.xml").toPath(),
180+
Files.copy(file("$buildDir/publications/vrPublication/pom-default.xml").toPath(),
181181
file("dist/processing-vr-${vrLibVersion}.pom").toPath(), REPLACE_EXISTING);
182182
}

0 commit comments

Comments
 (0)