Support to inherit project level plugin config for own config file
When reading the project level plugin configuration that is stored in an own configuration file it is now possible to get missing configuration values inherited from the parent projects. Change-Id: Idff2c02adf55524b56a43d6dd23ec6ebc468fedb Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -225,7 +225,7 @@ public class ProjectState {
|
||||
return configs.get(fileName);
|
||||
}
|
||||
|
||||
ProjectLevelConfig cfg = new ProjectLevelConfig(fileName);
|
||||
ProjectLevelConfig cfg = new ProjectLevelConfig(fileName, this);
|
||||
try {
|
||||
Repository git = gitMgr.openRepository(getProject().getNameKey());
|
||||
try {
|
||||
|
Reference in New Issue
Block a user