DEV Community

Discussion on: Two Gradle questions I have.

 
ehudon profile image
ehudon • Edited

No what you have above is enough, you only need the lines above in a file named build.gradle. You will need to use gradle conventions which are the same as maven. I created a gist for you here gist.github.com/ehudon/7379f19f33b.... You can copy this file in your project and it should work if you have the correct project layout.