hi,
I cannot compile after upgrade using following code:
*plugins { *
* id "idea" *
* id "groovy" *
* id "com.github.erdi.webdriver-binaries" version "2.2" *
* id "com.github.erdi.idea-base" version "2.2" *
* id "geb-saucelabs" *
*}*
* ext { *
* drivers = ["remoteChromeK8s", *
* "sauceLabsEdgeWin10", *
* "remoteChromeCapeK8s", *
* "remoteChromeDockerStandalone"] *
* ext { *
* groovyVersion = ' 2.5.13' *
* gebVersion = '4.0' *
* seleniumVersion = '4.0.0-beta-2' *
* chromeDriverVersion = ' 89.0.4389.23' *
* firefoxDriverVersion = '0.29.0' *
* ieDriverVersion = ' 3.150.1' *
* javaxMailVersion = '1.4.7' *
* } *
*} *
* repositories { *
* jcenter() *
*}*
Getting this error:
*Plugin [id: 'geb-saucelabs'] was not found in any of the following
sources:*
*- Gradle Core Plugins (not a core plugin, please see
https://docs.gradle.org/4.8.1/userguide/standard_plugins.html for available
core plugins)*
*- Plugin Repositories (plugin dependency must include a version number for
this source)*
Any ideas what could be wrong?
Thank you!
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/eddb40c1-6c8b-4d1c-ab76-87dc1c72d0ebn%40googlegroups.com.