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
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
While ODS uses Nexus, there should not be Nexus-specific things in the build tasks, as the configuration of build tools like Gradle does not depend on which artifact repository is used. In those places we should talk about "artifact repository", not "Nexus". The same applies to the ConfigMap and Secret.
There is however Nexus-specific implementation in the Go client, and this is required. However, we could create an interface and make the other code use that interface instead.