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
[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)
…age in tekton v1beta1 triggers model (fabric8io#5218)
+ `io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1.Addressable`
is generated during model generation process in tekton
model-triggers-v1beta1, However it doesn't seem to be getting exposed.
It is referenced in `io.fabric8.tekton.triggers.v1beta1.EventListenerStatus`.
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…age in tekton v1beta1 triggers model (#5218)
+ `io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1.Addressable`
is generated during model generation process in tekton
model-triggers-v1beta1, However it doesn't seem to be getting exposed.
It is referenced in `io.fabric8.tekton.triggers.v1beta1.EventListenerStatus`.
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
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 #5208
The text was updated successfully, but these errors were encountered: