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
The Ant task currently does not have support (like Maven or Gradle) to give the targetVersion as property to the task.
We should add this to allow a shorter notation:
<forbiddenapis failOnUnsupportedJava="false" targetVersion="${jdk.version}"> <fileset dir="build/main"/> <signatures> <bundled name="jdk-unsafe"/> <bundled name="jdk-deprecated"/> <bundled name="jdk-non-portable"/> <bundled name="jdk-system-out"/> <bundled name="jdk-reflection"/> </signatures> </forbiddenapis>
The text was updated successfully, but these errors were encountered:
6f406dc
uschindler
No branches or pull requests
The Ant task currently does not have support (like Maven or Gradle) to give the targetVersion as property to the task.
We should add this to allow a shorter notation:
The text was updated successfully, but these errors were encountered: