Browse Source

Remove dependency management for groovy-test

groovy-test is no longer used in the build.

See gh-27945
pull/27990/head
Sam Brannen 4 years ago
parent
commit
e3529453d1
  1. 1
      build.gradle

1
build.gradle

@ -60,7 +60,6 @@ configure(allprojects) { project -> @@ -60,7 +60,6 @@ configure(allprojects) { project ->
entry 'groovy'
entry 'groovy-jsr223'
entry 'groovy-templates' // requires findbugs for warning-free compilation
entry 'groovy-test'
entry 'groovy-xml'
}

Loading…
Cancel
Save