Showing posts with label gradle. Show all posts
Showing posts with label gradle. Show all posts

Saturday, March 5, 2016

Netbeans change the .gradle directory

To solve this problem, I set the system environment variable GRADLE_USER_HOME to an other directory like the following :

    variable name : GRADLE_USER_HOME
    value of variable : E:\repos\gradle

Then in Netbeans It works ( perhaps you have to make some clean, close and open project to refresh it )

Hope this help !

Saturday, October 3, 2015

Grails 3 and Netbeans 8.0.2 : warning about Gradle 2.3 compatibility


I had a warning in Netbeans IDE 8.0.2 about Gradle 2.3 compatibility.I followed the following steps to clear this warning. In files tab, I did a right clik on my project.I choose properties and Gradle project Categories.Then I changed the Gradle home to my Gradle 2.7 directory like the following :






And the annoying warning disappeared !