Hello,
I get the following error when attempting to include DUO MFA in the gradle build
Execution failed for task ':bootWar'.
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not resolve net.unicon.iam:duo-client:0.2.2.
Required by:
project : > org.apereo.cas:cas-server-support-duo:6.1.0-RC5-SNAPSHOT:20190902.034040-116 > org.apereo.cas:cas-server-support-duo-core:6.1.0-RC5-SNAPSHOT:20190902.034040-116
> Could not resolve net.unicon.iam:duo-client:0.2.2.
> Could not get resource 'https://oss.jfrog.org/artifactory/oss-snapshot-local/net/unicon/iam/duo-client/0.2.2/duo-client-0.2.2.pom'.
> Could not HEAD 'https://oss.jfrog.org/artifactory/oss-snapshot-local/net/unicon/iam/duo-client/0.2.2/duo-client-0.2.2.pom'. Received status code 409 from server:
My gradle.build has the following line:
compile "org.apereo.cas:cas-server-support-duo:${project.'cas.version'}
Thanks
Erik Mallory
Server Analyst
Wichita State University
Nevermind. Answered my own question