Open sslavic opened 7 years ago
At the moment I have
mavenSettings { userSettingsFileName = project.properties['userSettingsFileName'] ?: System.getProperty("user.home") + "/.m2/settings.xml" }
in my build.gradle to make it possible to pass -PuserSettingsFileName=settings.xml from command line to the build. Is there better out-of-the-box way to achieve this?
At the moment I have
in my build.gradle to make it possible to pass -PuserSettingsFileName=settings.xml from command line to the build. Is there better out-of-the-box way to achieve this?