Enonic version: 6.11.0
OS: Windows Server 2012 R2
Hello
My xpVersion is set to 6.11.0 in gradle.properties. When adding “include “com.enonic.xp:lib-http-client:${xpVersion}”” in build.gradle the build fails (can’t find the file).
It looks like the 6.11.0 of “lib-http-client” is not released.
http://repo.enonic.com/public/com/enonic/xp/lib-http-client/
What is the recommended solution? Any way to configure gradle to take beta release of 6.11.0 if it can’t find a release version? Or should I update build.gradle to take a specific version of “lib-http-client”, "include “com.enonic.xp:lib-http-client:6.11.0-B2"”?