you can always use
System.getProperty("user.home")
to get the user home directory. This is a java, not a specific gradle functionality.
regards, René
you can always use
System.getProperty("user.home")
to get the user home directory. This is a java, not a specific gradle functionality.
regards, René