gradle - Reference a path outside the project directory -
learning gradle, , running issue. i'd add jar files tomcatee directory compilation classpath, , tomcatee directory lives outside project hierarchy on file system. example, tomcatee directory "c:/servers/tomcatee/". want define property "tomcardir" , add tomcatdir + '/lib/' build path, gradle insists on appending project directory start. how specify absolute path this?
i found error. in gradle.properties file, had path tomcat directory enclosed in single quotes. removing them, gradle started treating absoolute file path.
Comments
Post a Comment