How do I configure the version of Gradle to use with Grails 3.0? -


it seems grails 3 ships gradle 2.3 , need downgrade 2.2. there way tell grails run gradle 2.2 instead of 2.3?

have looked @ gradle.properties file? mine looks this:

grailsversion=3.0.11 gradlewrapperversion=2.3 grails.groovyversion=2.4.5 

not sure downgrades. 2.3 has worked fine me far.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -