Slackbot
01/27/2021, 6:07 AMLouis Jacomet
01/27/2021, 10:06 AMcompileClasspath
or similar.
Once that’s fixed, you have a typo in the transform()
method. Either use inputArtifact
or getInputArtifact()
but not the first with parens.
After that, Test.java
fails to compile as expected. And the classpath contains the transformed dependency.