Displaying differences for changeset
 
display as  

build.gradle

@@ -3,8 +3,8 @@
  * @author david perez, sidereus
  */
 buildscript {
-  String artifactory_remote_user = System.getenv("artifactory_remote_user")
-  String artifactory_remote_password = System.getenv("artifactory_remote_password")
+  String artifactory_remote_user = System.getenv("artifactoryRemoteUser")
+  String artifactory_remote_password = System.getenv("artifactoryRemotePassword")
   repositories {
     maven {
         url "https://plugins.gradle.org/m2/"