Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to run arquillian test with gradle in intellij,how to set the build.gradle file?

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.

like image 653
Zhoujue Wang Avatar asked Oct 31 '22 16:10

Zhoujue Wang


1 Answers

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

like image 78
mmatloka Avatar answered Nov 15 '22 05:11

mmatloka