This is about an android project. I have a secure gradle code i'd like to run locally but i want it to be hosted on https server somehwere else. Thus in my android build.gradle file i have declared something like this:
apply from: 'http://server-url/nexus/service/local/get_MY_SCRIPT?locale=en&country=USA
My question is what exactly is going to happen here, will this run locally or will the script run from the https servers machine ? What i want is for the remote script commands to run on the local machine where i am calling from. I am doing this in android