Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Phillip Webb
2016-12-19 12:36:57 -08:00
330 changed files with 554 additions and 47 deletions

View File

@@ -233,6 +233,7 @@ class ProjectLibraries implements Libraries {
public String toString() {
return getFile().getAbsolutePath();
}
}
/**

View File

@@ -99,4 +99,5 @@ public class RunPluginFeatures implements PluginFeatures {
}
});
}
}