This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ testingSupportVersion=4.0.0-SNAPSHOT
2424tomcatLog4jVersion =8.5.2
2525tomcatVersion =10.1.31
2626viewsGradleVersion =4.0.0-SNAPSHOT
27- webdriverBinariesPluginVersion =3.2
2827
2928org.gradle.caching =true
3029org.gradle.parallel =false
You can’t perform that action at this time.
0 commit comments