How to run arquillian test using gradle in intellij, how to install build.gradle file?

I am currently working on creating arquillian junit tests on intellij with gradle. Can anyone tell me how to install build.gradle file and arquillian plugin in intellij? There are many tutorials I find, just going to show you how to install the pom.xml file, but we are not using it, we are using gradle.

+3


source to share


1 answer


See example https://github.com/mmatloka/arquillian-gradle-sample . Some additional description here https://github.com/shrinkwrap/resolver#gradle-importer .



+1


source







All Articles