Testng suite

Hi

I use

subprojects {

apply plugin: ‘java’

task testng(type: Test) {

useTestNG() {

suites (new File("$projectBaseDir/testng.xml"))

}

}

this falis with gradle 1.11 ,

what could be the issue?

Absolutely impossible to say without more details.

How does it fail? What’s the error message? Stacktrace?

Or, what’s the behaviour you’re expecting and how is it different to what you’re experiencing?