Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1305b5f

Browse files
committed
build: Remove webdriver-binaries-gradle-plugin
As `ContainerGebSpec` is used now, `webdriver-binaries-gradle-plugin` can be removed.
1 parent b9b5d11 commit 1305b5f

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
2929
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
3030
with:
31-
arguments: build -Dgeb.env=chromeHeadless
31+
arguments: build
3232
publish:
3333
if: github.event_name == 'push'
3434
runs-on: ubuntu-latest

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ buildscript {
88
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
99
classpath "org.grails.plugins:views-gradle:$viewsGradleVersion"
1010
classpath "org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradleVersion"
11-
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:$webdriverBinariesPluginVersion"
1211
}
1312
}
1413

@@ -90,7 +89,6 @@ subprojects { Project subproject ->
9089
if (subproject.name != "examples-grails-data-service") {
9190
apply plugin:"org.grails.grails-web"
9291
apply plugin:"org.grails.grails-gsp"
93-
apply plugin:"com.github.erdi.webdriver-binaries"
9492
}
9593
}
9694

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ testingSupportVersion=4.0.0-SNAPSHOT
2424
tomcatLog4jVersion=8.5.2
2525
tomcatVersion=10.1.31
2626
viewsGradleVersion=4.0.0-SNAPSHOT
27-
webdriverBinariesPluginVersion=3.2
2827

2928
org.gradle.caching=true
3029
org.gradle.parallel=false

0 commit comments

Comments
 (0)