Hello,
I’m trying to use common build files for builds of the same patterns (e.g. Java projects) and I’m trying to access the common.build.gradle via http request.
apply from: “http://server/Java/common.build.gradle” As you may guess, I’m getting a 401 http error 
I’m not able to make this file read only to everyone, since I’m using ldap authentification on the svn server.
greetings