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

The Selenium version is unnecessarily declared multiple times #227

Open
matrei opened this issue Nov 9, 2023 · 0 comments
Open

The Selenium version is unnecessarily declared multiple times #227

matrei opened this issue Nov 9, 2023 · 0 comments

Comments

@matrei
Copy link
Contributor

matrei commented Nov 9, 2023

Description

The selenium version is unnecessarily duplicated in the dependencies section, even though it is explicitly declared in the configurations section.

Steps to Reproduce

  1. Create a new Grails 6.1.0 app with grails create-app g610app
  2. Open build.gradle

Expected Behaviour

The selenium version only needs to be declared in the configurations block.

Actual Behaviour

The selenium version is also declared 6 times in the dependencies block.

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

Successfully merging a pull request may close this issue.

1 participant