When we set path to java libraries, we just write something like this:
compile('ch.qos.logback:logback-classic:1.0.13')
There is no any path information here, I don't bother if JAR will be located on drive C:
on drive D:
or in Linux root /
Let it remains so.
And now I want to set JDK version. I wish to be able to change this version easily and portable without setting any paths, relative to my machine.
Is this possible?
UPDATE
Apparently, even Ant can this: https://stackoverflow.com/a/11551770/258483