-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
Conversation
@@ -6,8 +6,8 @@ buildscript { | |||
dependencies { | |||
classpath "org.grails:grails-gradle-plugin:$grailsVersion" |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
No description provided.