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 82f915b commit cd56030Copy full SHA for cd56030
1 file changed
mode/libraries/vr/build.gradle
@@ -1,5 +1,5 @@
1
import java.nio.file.Files
2
-import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
+import static java.nio.file.StandardCopyOption.REPLACE_EXISTING
3
4
apply plugin: 'aar'
5
apply plugin: 'maven-publish'
@@ -177,6 +177,6 @@ build.doLast {
177
file("dist/processing-vr-${vrLibVersion}-sources.jar").toPath(), REPLACE_EXISTING);
178
Files.copy(file("$buildDir/libs/vr.jar.MD5").toPath(),
179
file("dist/processing-vr-${vrLibVersion}.jar.md5").toPath(), REPLACE_EXISTING);
180
- Files.copy(file("$buildDir/publications/corePublication/pom-default.xml").toPath(),
+ Files.copy(file("$buildDir/publications/vrPublication/pom-default.xml").toPath(),
181
file("dist/processing-vr-${vrLibVersion}.pom").toPath(), REPLACE_EXISTING);
182
}
0 commit comments