I am new to Gradle, so excuse my ignorance: I have a class that has a static line containing the version of the assembly that I want to install for the project. With gradle, I cannot access the project directly using only MyClass.MyVersionString.
What will be the easiest way? I cannot find an easy way to do this.
Alternatively, if you had access to the Gradle version from my project, that would help too. The project needs access to the version, so I would like to install it in one place and everything that is automatically updated.
Thank!
source
share