This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
classpath " org.codehaus.groovy.modules.http-builder:http-builder:0.7.2"
12
12
classpath " org.grails:grails-gradle-plugin:$grailsGradlePluginVersion "
13
13
classpath ' org.asciidoctor:asciidoctor-gradle-plugin:1.6.1'
14
- classpath " gradle.plugin. com.energizedwork.webdriver-binaries :webdriver-binaries-gradle-plugin:$webdriverBinariesVersion "
14
+ classpath " com.github.erdi :webdriver-binaries-gradle-plugin:$webdriverBinariesVersion "
15
15
classpath " org.grails.plugins:views-gradle:2.3.2"
16
16
classpath " io.github.gradle-nexus:publish-plugin:1.3.0"
17
17
}
@@ -87,7 +87,7 @@ subprojects { project ->
87
87
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' )
88
88
89
89
if (usesGeb) {
90
- apply plugin :" com.energizedwork .webdriver-binaries"
90
+ apply plugin :" com.github.erdi .webdriver-binaries"
91
91
}
92
92
93
93
if (project. name == " examples-test-data-service" ) {
Original file line number Diff line number Diff line change 1
1
assetPipelineVersion =3.3.4
2
2
caffeineVersion =2.9.3
3
- chromeDriverVersion =2.44
3
+ chromeDriverVersion =116.0.5845.96
4
4
datastoreVersion =7.3.4
5
5
gebVersion =2.3
6
- geckodriverVersion =0.23 .0
6
+ geckodriverVersion =0.33 .0
7
7
grailsGradlePluginVersion =5.3.0
8
8
groovyVersion =3.0.11
9
9
h2Version =1.4.200
@@ -23,7 +23,7 @@ seleniumVersion=3.14.0
23
23
spockVersion =2.1-groovy-3.0
24
24
springBootVersion =2.7.11
25
25
springVersion =5.3.20
26
- webdriverBinariesVersion =1.4
26
+ webdriverBinariesVersion =3.2
27
27
org.gradle.caching =true
28
28
org.gradle.daemon =true
29
29
org.gradle.parallel =false
You can’t perform that action at this time.
0 commit comments