Custom Gradle Settings Keep Resetting

My custom gradle settings keep getting reset every time I launch the editor.

With my editor closed, I can look at my ProjectSettings/ProjectSettings.asset file.

The following are set:
useCustomMainGradleTemplate: 1
useCustomGradlePropertiesTemplate: 1

I launch the Editor, go to Player Settings → Player → Build and see that they are now disabled.

I hit Save Project, recheck the ProjectSettings/ProjectSettings.asset file and now see those same 2 settings set to “: 0”

Any ideas what might be going on and how I can preven this?

Thanks

There were Editor serialization issues during 2022.3 LTS releases.
Did you try the latest 42 patch?

Ahhh, thank you for sharing that information. I am indeed using the 2022.3.9f1 LTS release. I will look at updating it. Cheers