danielsun1106 commented on issue #1023: Avoid deprecated `compile` and `testCompile` URL: https://github.com/apache/groovy/pull/1023#issuecomment-539556159 @blindpirate After `compile` replaced with `implementation`, `:groovy-groovydoc:compileJava` failed because its dependency was not found. Am I misusing gradle's `implementation`? ``` > Task :groovy-groovydoc:compileJava /home/travis/build/apache/groovy/subprojects/groovy-groovydoc/src/main/java/org/codehaus/groovy/tools/groovydoc/SimpleGroovyClassDocAssembler.java:21: error: package antlr.collections does not exist import antlr.collections.AST; ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
