unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
1.92k stars 109 forks source link

Fix: build.gradle deprecations #431

Closed MarkReedZ closed 1 month ago

MarkReedZ commented 1 month ago

This PR fixes the following deprecation warnings.

Build file '/home/ch/code/mr/usearch/build.gradle': line 13
The org.gradle.api.plugins.JavaPluginConvention type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.8/userguide/upgrading_version_8.html#java_convention_deprecation
        at build_6knh5cblxyylcg5a00yqlwx4w.run(/home/ch/code/mr/usearch/build.gradle:13)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
Build file '/home/ch/code/mr/usearch/build.gradle': line 14
The org.gradle.api.plugins.JavaPluginConvention type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.8/userguide/upgrading_version_8.html#java_convention_deprecation
        at build_6knh5cblxyylcg5a00yqlwx4w.run(/home/ch/code/mr/usearch/build.gradle:14)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)