Running e.g. ./gradlew azureFunctionsPackageZip produces warning messages for when running with Gradle 8.5 and --warning-mode all. Parts of this plugin should probably be re-written, but for now it is still using deprecated functions within the GradleProjectUtils.convert(project); Function (possible elsewhere too).
To reproduce, run with gradle-8.5 or newer using ./gradlew azureFunctionsPackageZip --stacktrace --warning-mode all (or any other supported tasks by this plugin, then look at the deprecated warning / stacktraces.
Running e.g. ./gradlew azureFunctionsPackageZip produces warning messages for when running with Gradle 8.5 and
--warning-mode all
. Parts of this plugin should probably be re-written, but for now it is still using deprecated functions within theGradleProjectUtils.convert(project);
Function (possible elsewhere too).