Reputation: 61
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.
Upvotes: 6
Views: 2073
Reputation: 2014
Please see an example at https://github.com/mmatloka/arquillian-gradle-sample . Some additional description is here https://github.com/shrinkwrap/resolver#gradle-importer .
Upvotes: 1