Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.gradle.api.Project.kuberig config is unusable when package name is different from platformVersionName #42

Open
seedor87 opened this issue May 3, 2021 · 0 comments

Comments

@seedor87
Copy link

seedor87 commented May 3, 2021

"io.kuberig.dsl.$platformTypeName:kuberig-dsl-$platformTypeName-$platformVersion:$kuberigDslVersion"

This line is broken when including a dependency that is not in the io.kuberig.dsl.$platformTypeName package. For example, I needed to suuport openshift which is in the io.kuberig.dsl.kubernetes package, and was forced to use the dslDependencyOverride path to do so.

like so,

dslDependencyOverride = "io.kuberig.dsl.kubernetes:kuberig-dsl-openshift-v3.11.0:0.1.4"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant