5

I am working on creating arquillian junit tests on intellij with gradle now. Does anyone can tell me how to set the build.gradle file and plugin the arquillian in intellij? There are many tutorials I find just tell how to set the pom.xml file but we dont use that, we use gradle.

Chris Martin
  • 30,334
  • 10
  • 78
  • 137

1 Answers1

2

Please see an example at https://github.com/mmatloka/arquillian-gradle-sample . Some additional description is here https://github.com/shrinkwrap/resolver#gradle-importer .

mmatloka
  • 1,986
  • 1
  • 20
  • 46