Update properties path

Whatever
This commit is contained in:
Jason van Zyl 2015-04-03 01:08:07 -04:00 committed by rfscholte
parent 01805863b4
commit 50938179cc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -86,7 +86,7 @@ private static File wrapperJar() {
static String wrapperVersion() {
try {
InputStream resourceAsStream = MavenWrapperMain.class.getResourceAsStream("/META-INF/maven/io.takari/maven-wapper/pom.properties");
InputStream resourceAsStream = MavenWrapperMain.class.getResourceAsStream("/META-INF/maven/io.takari/maven-wrapper/pom.properties");
if (resourceAsStream == null) {
throw new RuntimeException("No maven properties found.");
}