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

[gradle] GradleProfileName properties have duplicate values #1401

Closed
prabhu opened this issue Oct 1, 2024 · 2 comments
Closed

[gradle] GradleProfileName properties have duplicate values #1401

prabhu opened this issue Oct 1, 2024 · 2 comments
Labels

Comments

@prabhu
Copy link
Contributor

prabhu commented Oct 1, 2024

Noticed for elasticsearch.

"properties": [
                {
                    "name": "GradleProfileName",
                    "value": "compileClasspath"
                },
                {
                    "name": "GradleProfileName",
                    "value": "yamlRestTestCompileClasspath"
                },
                {
                    "name": "GradleProfileName",
                    "value": "default"
                },
                {
                    "name": "GradleProfileName",
                    "value": "compileClasspath"
                },
                {
                    "name": "GradleProfileName",
                    "value": "default"
                },
                {
                    "name": "GradleProfileName",
                    "value": "Project ':distribution:archives'"
                },
                {
                    "name": "GradleProfileName",
                    "value": "yamlRestTestCompileClasspath"
                },
                {
                    "name": "GradleProfileName",
                    "value": "Project ':distribution:packages'"

@malice00 any ideas?

@malice00
Copy link
Contributor

malice00 commented Oct 1, 2024

I am more worried about the profiles that still have "Project" in their name -- might have something to do with it though. I'll take a look.

@malice00
Copy link
Contributor

malice00 commented Oct 1, 2024

So the 2 issues were not related, but should both be fixed with #1403.

@prabhu prabhu closed this as completed Oct 2, 2024
@prabhu prabhu added the gradle label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants