File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import java.nio.file.Files
2
- import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
2
+ import static java.nio.file.StandardCopyOption.REPLACE_EXISTING
3
3
4
4
apply plugin : ' aar'
5
5
apply plugin : ' maven-publish'
@@ -177,6 +177,6 @@ build.doLast {
177
177
file(" dist/processing-vr-${ vrLibVersion} -sources.jar" ). toPath(), REPLACE_EXISTING );
178
178
Files . copy(file(" $buildDir /libs/vr.jar.MD5" ). toPath(),
179
179
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(),
181
181
file(" dist/processing-vr-${ vrLibVersion} .pom" ). toPath(), REPLACE_EXISTING );
182
182
}
You can’t perform that action at this time.
0 commit comments