microsoft / azure-gradle-plugins

Azure Plugins for Gradle
MIT License
45 stars 28 forks source link

Support for Gradle 9.0 #184

Open enaess opened 5 months ago

enaess commented 5 months ago

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).

enaess commented 5 months ago

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.