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

grails5 upgrade - geb issue #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

grails5 upgrade - geb issue #4

wants to merge 1 commit into from

Conversation

niravassar
Copy link

No description provided.

@niravassar niravassar requested a review from sdelamo November 9, 2021 19:21
@@ -6,8 +6,8 @@ buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be decoupled from grails Version

@@ -89,11 +89,16 @@ bootRun {
}

webdriverBinaries {
chromedriver '78.0.3904.105'
chromedriver {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update the same version as grails_i18n guide

chromedriver {
version = '78.0.3904.105'
architecture = "X86"
}
geckodriver '0.26.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to the same version as grails_i18n guide

@@ -1,2 +1,6 @@
grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE
grailsVersion=5.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 5.0.1

grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE
grailsVersion=5.0.0
gormVersion=7.1.0.M5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 7.1.0

chromedriver {
version = '78.0.3904.105'
architecture = "X86"
}
geckodriver '0.26.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be the same version as grails_i18n guide

@@ -1,2 +1,6 @@
grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE
grailsVersion=5.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 5.0.1

grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE
grailsVersion=5.0.0
gormVersion=7.1.0.M5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 7.1.0

@@ -6,8 +6,8 @@ buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
classpath "gradle.plugin.com.github.erdi.webdriver-binaries:webdriver-binaries-gradle-plugin:2.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 2.4

@@ -6,8 +6,8 @@ buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
classpath "gradle.plugin.com.github.erdi.webdriver-binaries:webdriver-binaries-gradle-plugin:2.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 2.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

Successfully merging this pull request may close these issues.

2 participants