mirror of
https://github.com/ethauvin/rife2.git
synced 2025-05-01 19:08:12 -07:00
Allow the build commands map to be modified.
This commit is contained in:
parent
2c6fb6fa76
commit
7bb44aa3e4
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class BuildExecutor {
|
||||||
klass = klass.getSuperclass();
|
klass = klass.getSuperclass();
|
||||||
}
|
}
|
||||||
|
|
||||||
buildCommands_ = Collections.unmodifiableMap(build_commands);
|
buildCommands_ = build_commands;
|
||||||
}
|
}
|
||||||
|
|
||||||
return buildCommands_;
|
return buildCommands_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue