Lawrence
08/04/2022, 6:48 PM<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<properties>
<property>
<name>dependencyinjectorfactory</name>
<value>customimplementationclass</value>
</property>
</properties>
</configuration>
</plugin>
Is there an equivalent option for useTestNG in Gradle?