Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Not A Bug
-
3.0.0-alpha-4
-
None
-
None
Description
How to reproduce:
Add the following dependency to build.gradle:
implementation 'org.codehaus.groovy:groovy-all:3.0.0-alpha-4'
After resolving, groovy-yaml will not be present.
Adding the following line does work, however:
implementation 'org.codehaus.groovy:groovy-yaml:3.0.0-alpha-4'