It seems my problem must be related also to gradle version. I am using 4.0. And all examples I could run into were coded for 2.0. So for me:
testClassesDir = rootProject.test.testClassesDir testSrcDirs = rootProject.test.testSrcDirs classpath = rootProject.test.classpath won't work as from version 3.0 testSrcDirs is no longer used. I cannot go back to 2.0 cause it seems that allure plugin I use for reports is dependent on the higher version. I can change assignment for testClassesDir to rootProject.test.getTestClassesDirs() then remove testSrcDirs assignment and compilation and build passes. However, no tests are run. That leaves me to wonder how to troubleshoot this part of the problem. Best regards MP -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/024fea85-a9c7-4de6-81c7-2b8028776b99%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
