We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923d875 commit 1f7bab7Copy full SHA for 1f7bab7
lib-extra/build.gradle
@@ -14,10 +14,6 @@ dependencies {
14
// needed by GitAttributesLineEndings
15
implementation "org.eclipse.jgit:org.eclipse.jgit:${VER_JGIT}"
16
implementation "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
17
- // used for xml parsing in EclipseFormatter
18
- // TODO: Gradle barfs if this doesn't match its built-in version,
19
- // would be great to drop this for something less sensitive if possible
20
- implementation "org.codehaus.groovy:groovy-xml:3.0.13"
21
22
// testing
23
testImplementation project(':testlib')
0 commit comments