I have a gradle.build file https://github.com/JetBrains/java-annotations with
project(':java5').archivesBaseName = 'annotations-java5'
line and I have a error there:
* What went wrong:
A problem occurred evaluating root project 'java-annotations'.
> Project with path ':java5' could not be found in root project 'java-annotations'.
I have no idea what is "project" keyword syntax, could you point me to the proper documentation? Could you tell me what went wrong during "gradle build"?
Thank you!