Hello, 

I'm trying to give the buildscript{ repo{ maven { credentials{ username }}}}
the value of a project propertie but I get the error Could not find property
'generalUser' on root project ''.

I think this is because "buildscript" closure is evaluated before the
properties declaration. Does somebody know how could I change this
behaviour? 

This is the code I'm trying to get working


It's working for "dependencies" but not for "buildscript"
If i try 
              
I get 
             


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Can-t-acces-to-project-properties-from-buildscript-closure-tp5432681p5432681.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to