137138139140141142143
return SourceUtil.removeSourceFragmentWithLine(source, invocation); } } } throw new UnremovableElementException("Couldn't remove dependency: " + dep.toString()); }
208209210211212213214215
return SourceUtil.removeSourceFragmentWithLine(source, invocation); } } } throw new UnremovableElementException("Couldn't remove direct dependency with group: " + group + ", name: " + name); }
291292293294295296297
return SourceUtil.removeSourceFragmentWithLine(source, invocation); } } } throw new UnremovableElementException("Couldn't remove managed dependency: " + dep.toString()); }
383384385386387388389
{ return SourceUtil.removeSourceFragmentWithLine(source, invocation); } } throw new UnremovableElementException("Couldn't remove plugin: " + clazz); }
429430431432433434435
return SourceUtil.removeSourceFragmentWithLine(source, invocation); } } } throw new UnremovableElementException("Couldn't remove repository: " + url); }
479480481482483484485
{ return SourceUtil.removeSourceFragmentWithLine(source, assignment); } } throw new UnremovableElementException("Couldn't remove property: " + key); }