--
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 geb-user+unsubscribe@googlegroups.com.
To post to this group, send email to geb-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/12d75df1-a81a-4825-8631-400f9321ed9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Chris,Groovy doesn't like when it's itself pulled in through grapes. Given that Geb depends on Groovy it will be pulled in transitively unless you exclude it like this:@Grapes([@Grab("org.gebish:geb-core:1.0"),@Grab("org.seleniumhq.selenium:selenium-firefox-driver:3.0.1"),@Grab("org.seleniumhq.selenium:selenium-support:3.0.1"),@GrabExclude("org.codehaus.groovy:groovy-all")])import geb.BrowserMarcin
--
You received this message because you are subscribed to a topic in the Google Groups "Geb User Mailing List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/geb-user/SUOG-BiEiE4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to geb-user+unsubscribe@googlegroups.com.
To post to this group, send email to geb-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQSpu1r27Q331jVm0T-vv-ZnMj66stSXRoxgsAJ1M7kGuw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CACc2_68Fhr_UWF8VbqsDQnZWEzPCAYfipO-d7Vxibu9KrRJ4gA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQTSy64u2HrUYbKmBDty9656rfWNMPvBi5pndNZ%2BzwSOrA%40mail.gmail.com.