We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Under Java 12 and Gradle 5.4.1 (and probably beyond), the properties file is not found.
You must specify the directory where the properties file is located using the following:
tasks.withType(JavaCompile) { options.compilerArgs += [ "-Asemver.project.dir=$projectDir" ] }
The text was updated successfully, but these errors were encountered:
fb593a0
ethauvin
No branches or pull requests
Under Java 12 and Gradle 5.4.1 (and probably beyond), the properties file is not found.
You must specify the directory where the properties file is located using the following:
The text was updated successfully, but these errors were encountered: