grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 9 forks source link

The Selenium version is unnecessarily declared multiple times #227

Open matrei opened 11 months ago

matrei commented 11 months ago

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.