From IncludeTag:
public void setInherit(String inherit) {
if ("true".equals(inherit)) {
this.shouldInherit = true;
}
}
Obviously there's no way of setting inherit to false. I suppose the workaround is to use the import tag instead (why do both of these tags exists?)