You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want target B to depend on a Java class compiled by JavaCompilerPlugin in target A, then I need to explicitly set CLASSPATH in the environment to point to the build artefacts directory. [1] This should be done by the plugin passing the appropriate argument to javac.
[1] which results in other errors but that will be the subject of a separate issue
The text was updated successfully, but these errors were encountered:
If I want target B to depend on a Java class compiled by JavaCompilerPlugin in target A, then I need to explicitly set
CLASSPATH
in the environment to point to the build artefacts directory. [1] This should be done by the plugin passing the appropriate argument tojavac
.[1] which results in other errors but that will be the subject of a separate issue
The text was updated successfully, but these errors were encountered: