Right now, in the jupyter build.gradle, the micronaut-inject-java dependency is under implementation, it will only have an effect if it is under annotationProcessor. Previously, annotationProcessor was not working (possibly because the java plugin wasn't included? Confirm this). Also, the micronaut-inject-java module may not be needed if I don't have any .java classes (confirm this also).
Right now, in the jupyter
build.gradle
, themicronaut-inject-java
dependency is underimplementation
, it will only have an effect if it is underannotationProcessor
. Previously,annotationProcessor
was not working (possibly because thejava
plugin wasn't included? Confirm this). Also, themicronaut-inject-java
module may not be needed if I don't have any.java
classes (confirm this also).┆Reporter: Stainless Bot ┆Issue Type: Bug ┆Priority: High ┆Status: Resolved ┆Fix Versions: v0.2.1 ┆Issue Number: MJ-38