Hello everybody,
I have the folowing error when I do “gradlew :release:buildReleaseZip” on my Hibernate source code project. Any ideas how to resolve this please ? Or can you explain me what’s happening.
:documentation:stageStyles_devguide
FAILURE: Build failed with an exception.
- What went wrong: Could not resolve all dependencies for configuration ‘:documentation:jdocbookStyles’. > Could not resolve group:org.jboss.pressgang, module:pressgang-jdocbook-style, version:3.0.0.
Required by:
org.hibernate:documentation:4.1.6-SNAPSHOT
Could not GET ‘https://repository.jboss.org/nexus/content/groups/public/org/jboss/pressgang/pressgang-jdocbook-style/3.0.0/pressgang-jdocbook-style-3.0.0.pom’.
Could not GET ‘http://snapshots.jboss.org/maven2/org/jboss/pressgang/pressgang-jdocbook-style/3.0.0/pressgang-jdocbook-style-3.0.0.pom’.
- Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED