Skip to content
New issue

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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0 #333

Open
Pitterling opened this issue Oct 6, 2024 · 1 comment
Milestone

Comments

@Pitterling
Copy link
Collaborator

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

@Pitterling Pitterling added this to the 6.0 milestone Oct 6, 2024
@Pitterling
Copy link
Collaborator Author

no location

- [warn]  Executing Gradle on JVM versions 16 and lower has been deprecated.

This will fail with an error in Gradle 9.0.
Executing Gradle on JVM versions 16 and lower has been deprecated.
- Solutions
- Executing Gradle on JVM versions 16 and lower has been deprecated.executing-gradle-on-jvm-versions-and-lower

- [warn]  The CopyProcessingSpec.setFileMode(Integer) method has been deprecated.

This is scheduled to be removed in Gradle 9.0.
The CopyProcessingSpec.setFileMode(Integer) method has been deprecated.
- Solutions
[enum] Please use the filePermissions(Action) method instead.
- The CopyProcessingSpec.setFileMode(Integer) method has been deprecated.the-copyprocessingspec-setfilemode-integer-method-has-been-deprecated

- [warn]  The FileTreeElement.getMode() method has been deprecated.

This is scheduled to be removed in Gradle 9.0.
The FileTreeElement.getMode() method has been deprecated.
- Solutions
[enum] Please use the getPermissions() method instead.
- The FileTreeElement.getMode() method has been deprecated.the-filetreeelement-getmode-method-has-been-deprecated

@Pitterling Pitterling modified the milestones: 6.0, 6.1 Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant