Displaying differences for changeset
 
display as  

build.gradle

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