Am trying to build a deployable .war file and am getting this error message
FAILURE: Build failed with an exception. > > * What went wrong: > A problem occurred configuring root project 'message-gateway'. > > Could not resolve all dependencies for configuration ':classpath'. > > Could not resolve > nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0. > Required by: > :message-gateway:unspecified > > Could not resolve > nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0. > > Could not get resource ' > http://repo.spring.io/libs-release/nl/javadude/gradle/plugins/license-gradle-plugin/0.11.0/license-gradle-plugin-0.11.0.pom > '. > > Could not GET ' > http://repo.spring.io/libs-release/nl/javadude/gradle/plugins/license-gradle-plugin/0.11.0/license-gradle-plugin-0.11.0.pom'. > Received status code 403 from server: Forbidden > > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > BUILD FAILED >
