I am trying to patch hibernate due to HHH-6960. However, the following issue arrises when executing gradle clean build
.
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Work\Samples\hibernate-release-4.1.2.Final\project\documentation\documentation.gradle' line: 13
* What went wrong:
A problem occurred evaluating project ':documentation'.
> Could not find property 'buildDirName' on project ':documentation'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 11.502 secs
PS C:\Work\Samples\hibernate-release-4.1.2.Final\project\hibernate-envers>
This straight out of the box without any modifications... i simply downloaded hibernate and gradle and ran it. I'm new to gradle so what am i doing wrong?
Thanks in advance.