Skip to content

Commit

Permalink
Upgrade Gradle plugin webdriver-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Dec 1, 2023
1 parent cfef980 commit efcc965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath "org.codehaus.groovy.modules.http-builder:http-builder:0.7.2"
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.6.1'
classpath "gradle.plugin.com.energizedwork.webdriver-binaries:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"
classpath "org.grails.plugins:views-gradle:2.3.2"
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
}
Expand Down Expand Up @@ -87,7 +87,7 @@ subprojects { project ->
boolean usesGeb = project.name.contains('grails3-hibernate5-mongodb') || project.name.contains('grails3-mongodb') || project.name.contains('grails3-mongodb-database-per-tenant')|| project.name.contains('grails3-rxmongodb')

if (usesGeb) {
apply plugin:"com.energizedwork.webdriver-binaries"
apply plugin:"com.github.erdi.webdriver-binaries"
}

if (project.name == "examples-test-data-service") {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
assetPipelineVersion=3.3.4
caffeineVersion=2.9.3
chromeDriverVersion=2.44
chromeDriverVersion=119.0.6045.159
datastoreVersion=7.3.4
gebVersion=2.3
geckodriverVersion=0.23.0
geckodriverVersion=0.33.0
grailsGradlePluginVersion=5.3.0
groovyVersion=3.0.11
h2Version=1.4.200
Expand All @@ -23,7 +23,7 @@ seleniumVersion=3.14.0
spockVersion=2.1-groovy-3.0
springBootVersion=2.7.11
springVersion=5.3.20
webdriverBinariesVersion=1.4
webdriverBinariesVersion=3.2
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=false
Expand Down

0 comments on commit efcc965

Please sign in to comment.