[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project agogos-cli: Compilation failure
[ERROR] /home/gallen/work/cpaas/agogos/cli/src/main/java/com/redhat/agogos/cli/commands/adm/InitNamespaceCommand.java:[206,62] cannot access io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1.Addressable
[ERROR] class file for io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1.Addressable not found
[ERROR]
The VS Code UI says something slightly different:
The type io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1.Addressable cannot be resolved. It is indirectly referenced from required type io.fabric8.tekton.triggers.v1beta1.EventListenerStatusJava(16777563)
I am trying to upgrade my v1alpha1 tekton-triggers to v1beta1 and have run into this problem.
On this line:
I get this error
The VS Code UI says something slightly different:
How can I resolve it?
Originally posted by @ggallen in https://github.com/fabric8io/kubernetes-client/discussions/5208