Enide Studio

Gradle by Nodeclipse/Enide

There were no recommended code style for Gradle, so there are some ideas:

  1. Put plugin configuration right after apply, e.g.

     apply plugin: 'application'
     mainClassName = "com.example.MainClass"
    

Edit this page

comments powered by Disqus