microsoft / azure-gradle-plugins

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

Upgrade dependencies of azure toolkit to 0.36.1 #170

Closed enaess closed 1 year ago

enaess commented 1 year ago

Right now, build.gradle configures the sub-projects to use

ext {
   azureToolkitVersion 0.34.0
}

There is a newer version available that has one of my fixes in it. Would someone please have a look in upgrading it? Bumping the version cases a build breakage in DeployHandler and getting the right configuration.

Latest version is 0.36.1

enaess commented 1 year ago

@flanker32?

enaess commented 1 year ago

@Flanker32 any thoughts on getting this dependency upgraded? I looked, and a function was moved and am not sure I correctly could figure it out in a whim

Flanker32 commented 1 year ago

@enaess Thanks for your help! Yes, we did some breaking changes in the toolkits lib, I'll check and upgrade the lib to the latest in later PR.

Flanker32 commented 1 year ago

@enaess I've updated the toolkit lib to the latest in PR https://github.com/microsoft/azure-gradle-plugins/pull/173

enaess commented 1 year ago

Awesome, please let me know when you have the next release ready :)