stainlessai / micronaut-jupyter

A Micronaut configuration that integrates your app with an existing Jupyter installation.
https://stainlessai.github.io/micronaut-jupyter
Apache License 2.0
9 stars 5 forks source link

MJ-38 ⁃ micronaut-inject-java needs to be in annotationProcessor scope #38

Closed JoshuaCWebDeveloper closed 4 years ago

JoshuaCWebDeveloper commented 4 years ago

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).

┆Reporter: Stainless Bot ┆Issue Type: Bug ┆Priority: High ┆Status: Resolved ┆Fix Versions: v0.2.1 ┆Issue Number: MJ-38

stainlessbot commented 4 years ago

➤ Joshua Carter commented:

There are Java classes in the project, and annotationProcessor worked without any additional changes.